diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-02 00:17:44 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-02 00:17:44 +0200 |
| commit | 4e885dc225c5c12e11367602cc4bf429520d9b3b (patch) | |
| tree | adaabac07443daeda8d063084747ebf6d330955a /cscript | |
| parent | 46ef94502b3df6f4142c79e6926df34ca619f9dc (diff) | |
Don't build benchmarks with cdist.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |
