From 4e885dc225c5c12e11367602cc4bf429520d9b3b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 2 Jun 2020 00:17:44 +0200 Subject: Don't build benchmarks with cdist. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 42d70841..66852a67 100644 --- a/cscript +++ b/cscript @@ -44,7 +44,7 @@ def dependencies(target, options): return (libcxml, ('openjpeg', '956af06'), ('asdcplib', 'carl')) def build(target, options): - cmd = './waf configure --disable-examples --prefix=%s' % target.directory + cmd = './waf configure --disable-examples --disable-benchmarks --prefix=%s' % target.directory cmd += ' --jpeg=%s' % options['jpeg'] if target.platform == 'linux': cmd += ' --static' -- cgit v1.2.3