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

  1. --- a/meson.build
  2. +++ b/meson.build
  3. @@ -94,7 +94,7 @@ installed_tests_template = files('template.test.in')
  4. installed_tests_template_tap = files('template-tap.test.in')
  5. # Don’t build the tests unless we can run them (either natively, in an exe wrapper, or by installing them for later use)
  6. -build_tests = not meson.is_cross_build() or (meson.is_cross_build() and meson.has_exe_wrapper()) or installed_tests_enabled
  7. +build_tests = false
  8. add_project_arguments('-D_GNU_SOURCE', language: 'c')