You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
304 B

  1. --- a/meson.build
  2. +++ b/meson.build
  3. @@ -131,7 +131,7 @@ if psl_test_file == ''
  4. psl_test_file = join_paths(meson.current_source_dir(), 'list', 'tests', 'tests.txt')
  5. endif
  6. -python = import('python').find_installation()
  7. +python = 'python3'
  8. pkgconfig = import('pkgconfig')
  9. if cc.get_id() == 'msvc'