Fix error in cscript.
authorCarl Hetherington <cth@carlh.net>
Wed, 19 Apr 2017 22:42:17 +0000 (23:42 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 19 Apr 2017 22:42:17 +0000 (23:42 +0100)
cscript

diff --git a/cscript b/cscript
index 3a1c8b3523d60a0a893987b8ddbaead538bd43b5..2b46e963f267775b1754bd2d7d649de62bca8b24 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ def build(target, options):
     if target.debug:
         cmd += '--enable-debug '
     if target.platform == 'linux':
-        cmd += '%s --with-pulse --with-alsa'
+        cmd += '--with-pulse --with-alsa'
     elif target.platform == 'windows':
         target.append_with_space('CXXFLAGS', '-Iinclude')
         cmd += '--with-wasapi --with-ds --host=%s-w64-mingw32' % target.mingw_name