Remove outdated configuration warning
This commit is contained in:
parent
079f14a272
commit
ed959c2708
8
wscript
8
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")
|
||||
|
Loading…
Reference in New Issue
Block a user