diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-18 16:24:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-18 16:24:26 +0100 |
| commit | adbf32154e0322121a50ef285c9835d636ee0da1 (patch) | |
| tree | 4a0da486229d88377c76e2e514ec3e907d0bf0ca /cscript | |
| parent | 78d8ec2d20494e00da8f20091d65be940595c955 (diff) | |
Fix static flags.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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': |
