Remove outdated configuration warning

This commit is contained in:
Robin Gareus 2021-07-03 20:17:19 +02:00
parent 079f14a272
commit ed959c2708
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 7 deletions

View File

@ -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")