13
0

Better error message for missing vst files

git-svn-id: svn://localhost/ardour2/trunk@1170 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Doug McLain 2006-11-29 03:39:54 +00:00
parent fb95081537
commit f987091756

View File

@ -22,7 +22,7 @@ if fst['VST']:
if os.access ('vstsdk2.3.zip', os.F_OK):
fst.Execute ("unzip -o vstsdk2.3.zip")
else:
print 'Did not find libs/fst/vst_sdk2_3.zip. Make sure the file is in the correct location and correctly named'
print 'Did not find vst_sdk2_3.zip or vstsdk2.3.zip in libs/fst. Make sure the correct file is in the correct location and correctly named'
print 'Please see http://ardour.org/building_vst_support for more information'
sys.exit (1)
fst.Execute (Delete ("vst"))