mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Remove outdated configuration warning
This commit is contained in:
parent
079f14a272
commit
ed959c2708
1 changed files with 1 additions and 7 deletions
8
wscript
8
wscript
|
|
@ -610,15 +610,9 @@ int main() { return 0; }''',
|
||||||
# end optimization section
|
# 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['LXVST_SUPPORT'] == True:
|
||||||
if conf.env['build_target'] == 'x86_64':
|
if conf.env['build_target'] == 'x86_64':
|
||||||
compiler_flags.append("-DLXVST_64BIT")
|
compiler_flags.append("-DLXVST_64BIT")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue