summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-14 23:05:34 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-14 23:05:34 +0100
commit911c706bdd84e7efe05f373131a6fd8b9314f159 (patch)
tree6bfdf0e064489f02fb66039cae4c165ec3b1c389 /cscript
parent9115b8273fdc19594e3e277e169174378ef2887b (diff)
Previous does not work; instead, disable test building on Linux with --static.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 56a1192..0a3f59e 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()
if target.platform == 'linux':
- cmd += ' --static'
+ cmd += ' --static --disable-tests'
elif target.platform == 'windows':
cmd += ' --target-windows'
target.command(cmd)