summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-18 16:24:26 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-18 16:24:26 +0100
commitadbf32154e0322121a50ef285c9835d636ee0da1 (patch)
tree4a0da486229d88377c76e2e514ec3e907d0bf0ca /cscript
parent78d8ec2d20494e00da8f20091d65be940595c955 (diff)
Fix static flags.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index bfe16052..668805c2 100644
--- a/cscript
+++ b/cscript
@@ -3,7 +3,7 @@ import os
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()
if target.platform == 'linux':
- cmd += ' --static-libdcp --static-openjpeg'
+ cmd += ' --static'
elif target.platform == 'windows':
cmd += ' --target-windows'
elif target.platform == 'osx':