diff options
Diffstat (limited to 'test/headers/meson.build')
-rw-r--r-- | test/headers/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/headers/meson.build b/test/headers/meson.build index c0adabd..69fd51b 100644 --- a/test/headers/meson.build +++ b/test/headers/meson.build @@ -11,7 +11,7 @@ if get_option('warning_level') == 'everything' endif endif -header_c_suppressions = cpp.get_supported_arguments(header_c_suppressions) +header_c_suppressions = cc.get_supported_arguments(header_c_suppressions) test_headers_c_args = header_c_suppressions test_headers_c_args += [ @@ -30,6 +30,7 @@ test( files('test_headers.c'), c_args: test_headers_c_args, dependencies: [pugl_dep, vulkan_dep], + implicit_include_directories: false, ), suite: 'unit', ) |