From c103132ae60973dc4ee0831a70b5c6aa1b3d9747 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 1 Dec 2006 03:25:07 +0000 Subject: more accurate comment for FST SConscript git-svn-id: svn://localhost/ardour2/trunk@1180 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/fst/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/fst/SConscript b/libs/fst/SConscript index 2e78e8d3c8..bdffd959b5 100644 --- a/libs/fst/SConscript +++ b/libs/fst/SConscript @@ -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.' -- cgit v1.2.3