VST=1 support working in build scripts
git-svn-id: svn://localhost/ardour2/trunk@963 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -24,5 +24,6 @@ d = fst.Object ('vsti', 'vsti.c')
|
||||
if fst['VST']:
|
||||
Default([hackSDK,a,b,c,d])
|
||||
|
||||
env.Alias('tarball', env.Distribute (env['DISTTREE'], fst_src + ['SConscript'] ))
|
||||
env.Alias('tarball', env.Distribute (env['DISTTREE'],
|
||||
fst_src + ['SConscript', 'fst.h'] ))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user