summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-09-11 06:24:57 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-09-11 06:24:57 +0000
commit4b27094a39cbbe43c3ca2bc3ed64c08f26db22e4 (patch)
tree840f3f794f188ff2026fe3baffa9cadb200e9e00 /SConstruct
parentefc5d1678e6b52e1552a51f337a948fa70a4c506 (diff)
make link (rubberband) work
git-svn-id: svn://localhost/ardour2/branches/3.0@3715 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 6a20c5685f..aae2040622 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1245,8 +1245,8 @@ else:
#
timefx_subdirs = ['libs/soundtouch']
-#if env['RUBBERBAND']:
-# timefx_subdirs += ['libs/rubberband']
+if env['RUBBERBAND']:
+ timefx_subdirs += ['libs/rubberband']
opts.Save('scache.conf', env)
Help(opts.GenerateHelpText(env))