mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 06:05:43 +01:00
more accurate comment for FST SConscript
git-svn-id: svn://localhost/ardour2/trunk@1180 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e23a1d1a84
commit
c103132ae6
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ if fst['VST']:
|
|||
print 'VST package discovered.'
|
||||
elif os.access ('vst_sdk2_3.zip', os.F_OK):
|
||||
#
|
||||
# redefine vst_sdk_zip as a build target that relies on unpacking the Steinberg "meta" zip package
|
||||
# add a build target that unpacks the zip package the Steinberg "meta" zip package
|
||||
#
|
||||
vst_meta_zip = fst.Command (vst_sdk_zip, 'vst_sdk2_3.zip', "unzip -o -d ${TARGET.dir} $SOURCES vstsdk2.3.zip" )
|
||||
print 'VST meta-package discovered.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue