From bdfddec6fc45b9570d1f3fc03182f4166187c52c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 17 Dec 2015 20:22:02 +0100 Subject: more hot wine. --- wscript | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index a98adf7e95..2c0c6a7193 100644 --- a/wscript +++ b/wscript @@ -490,10 +490,9 @@ int main() { return 0; }''', if conf.env['build_target'] == 'x86_64' and opt.windows_vst: print("\n\n==================================================") - print("You cannot use VST plugins with a 64 bit host. Please run waf with --windows-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) + print("64bit Windows VST support on 64bit Linux is experimental." + print("(This version of ardour will not load 32bit VSTs)" + print("==================================================\n\n") if conf.env['LXVST_SUPPORT'] == True: if conf.env['build_target'] == 'x86_64': -- cgit v1.2.3