summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-10 16:04:35 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-10 16:04:35 +0100
commit7789bb3b70206c93a7f3d7a9ffe9a3770ed7208d (patch)
tree8bd8c1dc54f70cfa9a06f4522b04952a16ec301a
parentf0b58ee5b07b90e1a9023ef2ca60a0373fcceced (diff)
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 08c76b3..85c5729 100644
--- a/cscript
+++ b/cscript
@@ -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':