summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-17 21:51:52 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-17 21:51:52 +0100
commit0b85b9216da9d6519a553de67103a9417504aba1 (patch)
treebfa2e572b0711f889dc4749c10d29399dd3cd373 /cscript
parent9026320cc48e9c200d33aae9e8f601f29542e186 (diff)
Disable test building for cdist linux builds.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index a92979d6..d9a6fa7b 100644
--- a/cscript
+++ b/cscript
@@ -6,7 +6,7 @@ def dependencies(target):
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'
elif target.platform == 'osx':