I’m starting to regret these checks..
This commit is contained in:
parent
d47ad23fe8
commit
80ccd280b5
2
wscript
2
wscript
@ -973,7 +973,7 @@ def configure(conf):
|
|||||||
print("Coreaudio backend is only available for OSX")
|
print("Coreaudio backend is only available for OSX")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
if re.search ("linux", sys.platform) != None and conf.env['BUILD_WAVESBACKEND']:
|
if re.search ("linux", sys.platform) != None and Options.options.dist_target != 'mingw' and conf.env['BUILD_WAVESBACKEND']:
|
||||||
print("Waves Backend is not for Linux")
|
print("Waves Backend is not for Linux")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user