make link (rubberband) work

git-svn-id: svn://localhost/ardour2/branches/3.0@3715 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis
2008-09-11 06:24:57 +00:00
parent efc5d1678e
commit 4b27094a39
3 changed files with 6 additions and 12 deletions

View File

@@ -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))