diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-05 00:47:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-05 00:47:35 +0100 |
| commit | 76ff8c70a265bee005114d242f8b4212e0b931c3 (patch) | |
| tree | f1254c50e78f10d7f210e07d055d4312925ae572 | |
| parent | 6b2a0be7d5129aafd5e17ff3bf80d69a1b14af5b (diff) | |
Remove old jpeg option reference in cscript.v1.8.37
| -rw-r--r-- | cscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -39,7 +39,6 @@ def dependencies(target, options): def build(target, options): cmd = './waf configure --disable-examples --disable-benchmarks --prefix=%s' % target.directory - cmd += ' --jpeg=%s' % options['jpeg'] if target.platform == 'linux': cmd += ' --static' if not (target.distro == 'ubuntu' and target.version == '18.04'): |
