summaryrefslogtreecommitdiff
path: root/libs/rubberband/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'libs/rubberband/wscript')
-rw-r--r--libs/rubberband/wscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/rubberband/wscript b/libs/rubberband/wscript
index 23d2950b53..2ef9155dfb 100644
--- a/libs/rubberband/wscript
+++ b/libs/rubberband/wscript
@@ -1,6 +1,7 @@
#!/usr/bin/env python
import autowaf
import glob
+import os
# Version of this package (even if built as a child)
LIBRUBBERBAND_VERSION = '0.0.0'
@@ -56,7 +57,7 @@ def build(bld):
obj.uselib = 'FFTW3 FFTW3F SAMPLERATE SNDFILE'
obj.uselib_local = 'libvamphost'
obj.vnum = LIBRUBBERBAND_LIB_VERSION
- obj.install_path = ''
+ obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
obj.cxxflags = '-DPACKAGE=\\\"librubberband\\\"'
def shutdown():