diff options
author | David Robillard <d@drobilla.net> | 2014-08-08 02:18:55 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-08-08 02:18:55 +0000 |
commit | a99251eb4fecfce5fab83f509f3924407f4ae7c6 (patch) | |
tree | fbcf845e7c6f4f096325a051f0aad5a3e25eeb76 /wscript | |
parent | 99eca3f240998654e0adb3263dee93a19a4dc4b2 (diff) | |
download | lilv-a99251eb4fecfce5fab83f509f3924407f4ae7c6.tar.gz lilv-a99251eb4fecfce5fab83f509f3924407f4ae7c6.tar.bz2 lilv-a99251eb4fecfce5fab83f509f3924407f4ae7c6.zip |
Fix compilation with non-standard LV2 location.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5420 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -176,6 +176,7 @@ def build_util(bld, name, defines): target = name, defines = defines, install_path = '${BINDIR}') + autowaf.use_lib(bld, obj, 'SERD SORD SRATOM LV2') if not bld.env.BUILD_SHARED or bld.env.STATIC_PROGS: obj.use = 'liblilv_static' if bld.env.STATIC_PROGS: |