From 80ccd280b567e24bdef987466733b1af572550fd Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 7 Mar 2015 16:15:41 +0100 Subject: I’m starting to regret these checks.. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') 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) -- cgit v1.2.3