summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-03-07 16:15:41 +0100
committerRobin Gareus <robin@gareus.org>2015-03-07 16:15:41 +0100
commit80ccd280b567e24bdef987466733b1af572550fd (patch)
tree13d71b0dbd9ffb58a69ee240e26ebfb76abb57a2 /wscript
parentd47ad23fe85ca9ffe88ab34f40e260b26d0f7407 (diff)
I’m starting to regret these checks..
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 3de5481e98..fa24b23276 100644
--- a/wscript
+++ b/wscript
@@ -973,7 +973,7 @@ def configure(conf):
print("Coreaudio backend is only available for OSX")
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")
sys.exit(1)