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 | 16b6c162c8218e6db8d5cc6dc07810856ef9e994 (patch) | |
tree | dafa4eebca3455f4a26d7d96e1226978bafe8b90 | |
parent | 9cd316b57b21c021b1b9f0c377f6692731dfa06a (diff) | |
download | sratom-16b6c162c8218e6db8d5cc6dc07810856ef9e994.tar.gz sratom-16b6c162c8218e6db8d5cc6dc07810856ef9e994.tar.bz2 sratom-16b6c162c8218e6db8d5cc6dc07810856ef9e994.zip |
Fix compilation with non-standard LV2 location.
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@5420 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -138,6 +138,7 @@ def build(bld): install_path = '', defines = defines, cflags = test_cflags) + autowaf.use_lib(bld, obj, 'SERD SORD LV2') # Documentation autowaf.build_dox(bld, 'SRATOM', SRATOM_VERSION, top, out) |