diff --git a/wscript b/wscript index 468e17b189..3c308bbcdf 100644 --- a/wscript +++ b/wscript @@ -610,15 +610,9 @@ int main() { return 0; }''', # end optimization section # - # no VST on x86_64 + # LinuxVST 32/64bit GUI distinction # - if conf.env['build_target'] == 'x86_64' and opt.windows_vst: - print("\n\n==================================================") - 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': compiler_flags.append("-DLXVST_64BIT")