summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-05 00:47:35 +0100
committerCarl Hetherington <cth@carlh.net>2022-12-05 00:47:35 +0100
commit76ff8c70a265bee005114d242f8b4212e0b931c3 (patch)
treef1254c50e78f10d7f210e07d055d4312925ae572
parent6b2a0be7d5129aafd5e17ff3bf80d69a1b14af5b (diff)
Remove old jpeg option reference in cscript.v1.8.37
-rw-r--r--cscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/cscript b/cscript
index a236dd5a..2bdb9bfa 100644
--- a/cscript
+++ b/cscript
@@ -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'):