commit
bbf8533a97
5 changed files with 12 additions and 8 deletions
@ -1,2 +1,3 @@ |
||||
project('languages missing native') |
||||
project('languages missing native', |
||||
meson_version : '>= 0.54') |
||||
add_languages('c') |
||||
|
@ -1,7 +1,7 @@ |
||||
{ |
||||
"stdout": [ |
||||
{ |
||||
"line": "test cases/warning/2 languages missing native/meson.build:2: WARNING: add_languages is missing native:, assuming languages are wanted for both host and build." |
||||
"line": "test cases/warning/2 languages missing native/meson.build:3: WARNING: add_languages is missing native:, assuming languages are wanted for both host and build." |
||||
} |
||||
] |
||||
} |
||||
|
Loading…
Reference in new issue