summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-05 00:34:22 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-05 00:34:22 +0100
commit8a3198395f518a2ec6f0572bb434b7ead00b9887 (patch)
tree84cf1fce50e6418ba8123d23311bae8906529ccb
parent0ad84c854da64d0710f06307f63d8b70ac59b681 (diff)
Re-enable tests on Linux in cscript; don't know why it was turned off.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 6cbf4bc0..732c41ae 100644
--- a/cscript
+++ b/cscript
@@ -6,7 +6,7 @@ def dependencies(target):
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'
elif target.platform == 'osx':