more accurate comment for FST SConscript

git-svn-id: svn://localhost/ardour2/trunk@1180 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-12-01 03:25:07 +00:00
parent e23a1d1a84
commit c103132ae6

View file

@ -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.'