summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-26 19:44:13 +0000
committerDavid Robillard <d@drobilla.net>2011-11-26 19:44:13 +0000
commitb7148f4de66e09a96d08225f9a2b9b2882fa74a6 (patch)
treea6615e4ee9f6472e11b9c2809abde21bdbfc015e
parent587bdc382d3eddf0ca1092e100a7084182c1eb6e (diff)
downloadingen-b7148f4de66e09a96d08225f9a2b9b2882fa74a6.tar.gz
ingen-b7148f4de66e09a96d08225f9a2b9b2882fa74a6.tar.bz2
ingen-b7148f4de66e09a96d08225f9a2b9b2882fa74a6.zip
Use the more portable/correct lib instead of linkflags.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3647 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--src/shared/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/wscript b/src/shared/wscript
index 410325a4..42d99f0a 100644
--- a/src/shared/wscript
+++ b/src/shared/wscript
@@ -9,7 +9,7 @@ def build(bld):
target = 'ingen_shared',
vnum = '0.0.0',
install_path = '${LIBDIR}',
- linkflags = '-ldl')
+ lib = ['dl'])
autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE LILV RAUL SORD')
obj.source = '''