OSX build fix.
authorCarl Hetherington <cth@carlh.net>
Mon, 1 May 2017 00:23:38 +0000 (01:23 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 1 May 2017 00:23:38 +0000 (01:23 +0100)
cscript

diff --git a/cscript b/cscript
index 2b46e963f267775b1754bd2d7d649de62bca8b24..d929b7862f0dceb393e2d9207a48bcbfb7817fa0 100644 (file)
--- a/cscript
+++ b/cscript
@@ -27,7 +27,7 @@ def build(target, options):
         target.append_with_space('CXXFLAGS', '-Iinclude')
         cmd += '--with-wasapi --with-ds --host=%s-w64-mingw32' % target.mingw_name
     elif target.platform == 'osx':
-        cmd += '--with-core' % common
+        cmd += '--with-core'
 
     target.command(cmd)
     target.command('make -j%d' % target.parallel)