This test was never testing what it claimed to test, simply failing with "ERROR: No C-like compilers are available, cannot find the framework" because a C-like language is missing from project().pull/6707/head
parent
bb7eb41c04
commit
b89116a93c
1 changed files with 1 additions and 1 deletions
@ -1,4 +1,4 @@ |
|||||||
project('framework dependency with version') |
project('framework dependency with version', 'c') |
||||||
# do individual frameworks have a meaningful version to test? And multiple frameworks might be listed... |
# do individual frameworks have a meaningful version to test? And multiple frameworks might be listed... |
||||||
# otherwise we're not on OSX and this will definitely fail |
# otherwise we're not on OSX and this will definitely fail |
||||||
dep = dependency('appleframeworks', modules: 'foundation', version: '>0') |
dep = dependency('appleframeworks', modules: 'foundation', version: '>0') |
||||||
|
Loading…
Reference in new issue