diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-10 16:04:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-10 16:04:35 +0100 |
| commit | 7789bb3b70206c93a7f3d7a9ffe9a3770ed7208d (patch) | |
| tree | 8bd8c1dc54f70cfa9a06f4522b04952a16ec301a | |
| parent | f0b58ee5b07b90e1a9023ef2ca60a0373fcceced (diff) | |
Fix.f0b58ee-fix
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ def dependencies(target): return (('asdcplib-cth', '5f32ac0'), ('libcxml', 'v0.15.1')) def build(target, options): - cmd = './waf configure --prefix=%s' % target.directory + cmd = './waf configure --prefix=%s --disable-tests' % target.directory if target.platform == 'linux': cmd += ' --static' if target.distro == 'centos': |
