aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/98 subproject subdir/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/98 subproject subdir/meson.build')
-rw-r--r--test cases/common/98 subproject subdir/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/98 subproject subdir/meson.build b/test cases/common/98 subproject subdir/meson.build
index d2bafed..5d92772 100644
--- a/test cases/common/98 subproject subdir/meson.build
+++ b/test cases/common/98 subproject subdir/meson.build
@@ -83,7 +83,7 @@ d = dependency('subsubsub')
assert(d.found(), 'Should be able to fallback to sub-sub-subproject')
# Verify that `static: true` implies 'default_library=static'.
-d = dependency('sub_static', static: true)
+d = dependency('sub_static', static: true, default_options: ['bar=true'])
assert(d.found())
# Verify that when not specifying static kwarg we can still get fallback dep.
d = dependency('sub_static')