diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-26 09:49:33 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-26 09:49:33 +0000 |
| commit | c9338a9960d363c86020dcb17fef7de40b72c061 (patch) | |
| tree | e8d4242508d3ce5dd86438c1b1bd09be2853aeed /cscript | |
| parent | 134683a552de13cd27c981bb79f30019914ff9b3 (diff) | |
Don't build examples from cscript, to avoid Debian unstable confusion with ImageMagick/GraphicsMagick.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ def dependencies(target): return (('libcxml', None), ('openjpeg-cdist', '5d8bffd')) def build(target, options): - cmd = './waf configure --prefix=%s' % target.directory + cmd = './waf configure --disable-examples --prefix=%s' % target.directory if target.platform == 'linux': cmd += ' --static' if target.distro == 'centos': |
