From ed959c27082796f85257aaa44bbd9a4f11baff2e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 3 Jul 2021 20:17:19 +0200 Subject: [PATCH] Remove outdated configuration warning --- wscript | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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")