summaryrefslogtreecommitdiffstats
path: root/test/lib_descriptor.lv2/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib_descriptor.lv2/meson.build')
-rw-r--r--test/lib_descriptor.lv2/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib_descriptor.lv2/meson.build b/test/lib_descriptor.lv2/meson.build
index 9006dfc..15d83f8 100644
--- a/test/lib_descriptor.lv2/meson.build
+++ b/test/lib_descriptor.lv2/meson.build
@@ -17,7 +17,7 @@ endforeach
test('lib_descriptor',
executable('test_lib_descriptor',
'test_lib_descriptor.c',
- c_args: prog_args,
+ c_args: prog_args + ['-DLILV_STATIC'],
dependencies: [lv2_dep, lilv_static_dep]),
args: [meson.current_build_dir() / ''],
suite: 'plugin')