summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 1f4dbb2..7747d7b 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory
if target.platform == 'linux':
- cmd += ' --static --disable-tests'
+ cmd += ' --static'
elif target.platform == 'windows':
cmd += ' --target-windows'
target.command(cmd)