diff options
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/wscript b/src/shared/wscript index 05de5854..84f7b4ee 100644 --- a/src/shared/wscript +++ b/src/shared/wscript @@ -28,5 +28,6 @@ def build(bld): obj.target = 'ingen_shared' obj.vnum = '0.0.0' obj.install_path = '${LIBDIR}' + obj.linkflags = '-ldl' autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE SLV2 RAUL REDLANDMM LIBLO') |