Remove old jpeg option reference in cscript.
[libdcp.git] / cscript
diff --git a/cscript b/cscript
index a236dd5aaacdcb11dd53e8232403002ebd9bced0..2bdb9bfadfb391c9b9c0d9edc671cb6014881499 100644 (file)
--- 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'):