diff options
Diffstat (limited to 'test cases/objc')
| -rw-r--r-- | test cases/objc/2 nsstring/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test cases/objc/2 nsstring/meson.build b/test cases/objc/2 nsstring/meson.build index 73403266e..061500868 100644 --- a/test cases/objc/2 nsstring/meson.build +++ b/test cases/objc/2 nsstring/meson.build @@ -1,9 +1,9 @@ project('nsstring', 'objc') if host.name() == 'darwin' - dep = find_dep('appleframeworks', modules : 'foundation', required : true) + dep = find_dep('appleframeworks', modules : 'foundation') else - dep = find_dep('gnustep', required : true) + dep = find_dep('gnustep') endif exe = executable('stringprog', 'stringprog.m', deps : dep) add_test('stringtest', exe) |
