I’m starting to regret these checks..
authorRobin Gareus <robin@gareus.org>
Sat, 7 Mar 2015 15:15:41 +0000 (16:15 +0100)
committerRobin Gareus <robin@gareus.org>
Sat, 7 Mar 2015 15:15:41 +0000 (16:15 +0100)
wscript

diff --git a/wscript b/wscript
index 3de5481e9822692bbccede1dd3977595d247a023..fa24b232769a4f28f830ce78b0d4667f88854423 100644 (file)
--- 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)