diff options
author | David Robillard <d@drobilla.net> | 2025-02-26 09:52:23 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-03-16 20:22:36 -0400 |
commit | 15e147cdca733bd6ebc7d206149645171b571ca8 (patch) | |
tree | d78e9b3cdaddf81b1fdde4e2ecbb8146607d1256 /test/headers | |
parent | 365397d3a1dd95aa7bfdc8d70983c390aa309d17 (diff) | |
download | serd-15e147cdca733bd6ebc7d206149645171b571ca8.tar.gz serd-15e147cdca733bd6ebc7d206149645171b571ca8.tar.bz2 serd-15e147cdca733bd6ebc7d206149645171b571ca8.zip |
Disable meson implicit include directories anti-feature
Diffstat (limited to 'test/headers')
-rw-r--r-- | test/headers/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/headers/meson.build b/test/headers/meson.build index 6cb14f6e..b9125d2b 100644 --- a/test/headers/meson.build +++ b/test/headers/meson.build @@ -38,6 +38,7 @@ test( files('test_headers.c'), c_args: header_c_suppressions, dependencies: serd_dep, + implicit_include_directories: false, ), suite: 'unit', ) |