If the meson.build doesn't use a native compiler, the native compiler options (e.g. 'c_args') shouldn't be present in the output of 'meson introspect --buildoptions'.pull/7428/head
parent
d712c86a62
commit
461c14b8b7
2 changed files with 10 additions and 0 deletions
@ -0,0 +1,2 @@ |
||||
project('cross only introspect') |
||||
add_languages('c', native: false) |
Loading…
Reference in new issue