diff options
Diffstat (limited to 'libs/libpsl/patches/010-python.patch')
-rw-r--r-- | libs/libpsl/patches/010-python.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libs/libpsl/patches/010-python.patch b/libs/libpsl/patches/010-python.patch new file mode 100644 index 000000000..d601fd69d --- /dev/null +++ b/libs/libpsl/patches/010-python.patch @@ -0,0 +1,11 @@ +--- a/meson.build ++++ b/meson.build +@@ -131,7 +131,7 @@ if psl_test_file == '' + psl_test_file = join_paths(meson.current_source_dir(), 'list', 'tests', 'tests.txt') + endif + +-python = import('python').find_installation() ++python = 'python3' + pkgconfig = import('pkgconfig') + + if cc.get_id() == 'msvc' |