mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
tweak backends wscript for cross-compiling with mingw
This commit is contained in:
parent
8e01b411b2
commit
38e975d6b1
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ def backend_list():
|
|||
else:
|
||||
backends = [ ]
|
||||
|
||||
if sys.platform == 'darwin' or sys.platform == 'mingw' or sys.platform == 'msvc':
|
||||
if sys.platform == 'darwin' or sys.platform == 'mingw' or sys.platform == 'msvc' or Options.options.dist_target == 'mingw':
|
||||
backends += [ 'wavesaudio' ]
|
||||
|
||||
return backends
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue