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
248 B

  1. --- a/meson.build
  2. +++ b/meson.build
  3. @@ -38,7 +38,7 @@ expat_dep = dependency('expat',
  4. i18n = import('i18n')
  5. pkgmod = import('pkgconfig')
  6. -python3 = import('python').find_installation()
  7. +python3 = 'python3'
  8. check_headers = [
  9. ['dirent.h'],