diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-17 21:51:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-17 21:51:52 +0100 |
| commit | 0b85b9216da9d6519a553de67103a9417504aba1 (patch) | |
| tree | bfa2e572b0711f889dc4749c10d29399dd3cd373 /cscript | |
| parent | 9026320cc48e9c200d33aae9e8f601f29542e186 (diff) | |
Disable test building for cdist linux builds.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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': |
