summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-03-26 21:13:36 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-03-26 21:13:36 +0000
commitc6073322c8a6b2690021d1620a2fa9a220565ed2 (patch)
treea22ac828c0b13f58fb838766fc56a1763bd8d344
parent891e6ad472a95f6b1e033503111c6c594152df34 (diff)
change wording of VST/x86_64 blocking message
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4907 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--SConstruct7
1 files changed, 3 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct
index fa775f57c5..c276f9825a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -756,10 +756,9 @@ else:
if env['DIST_TARGET'] == 'x86_64' and env['VST']:
print "\n\n=================================================="
- print "You cannot use VST plugins with a 64 bit host."
- print "Recompile with the DIST_TARGET=i386 or DIST_TARGET=i686."
- print "\nPlease be aware that this will only work if your system"
- print " is setup with 32 bit versions of all the required libraries."
+ print "You cannot use VST plugins with a 64 bit host. Please run scons with VST=0"
+ print "\nIt is theoretically possible to build a 32 bit host on a 64 bit system."
+ print "However, this is tricky and not recommended for beginners."
sys.exit (-1)
#