The include directories were not passed to the compiler.pull/12083/head
parent
253df6f9f8
commit
bde690b06e
3 changed files with 12 additions and 0 deletions
@ -0,0 +1 @@ |
||||
int foo(void); |
@ -0,0 +1,7 @@ |
||||
project('test 262', 'c') |
||||
|
||||
cc = meson.get_compiler('c') |
||||
|
||||
internal_dep = declare_dependency(include_directories: 'include') |
||||
|
||||
assert(cc.has_header_symbol('test_262_header.h', 'foo', dependencies: internal_dep)) |
Loading…
Reference in new issue