Merge branch 'master' of ssh://git.carlh.net/home/carl/git/rtaudio-cdist
authorCarl Hetherington <cth@carlh.net>
Mon, 1 May 2017 00:46:49 +0000 (01:46 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 1 May 2017 00:46:49 +0000 (01:46 +0100)
cscript

diff --git a/cscript b/cscript
index dd8aa22d379efe0e2bdc443e963aa8bf1ab1e00b..1c5dcd029eb4572f661c5e51f43fd675fe56c8d0 100644 (file)
--- a/cscript
+++ b/cscript
@@ -28,7 +28,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)