diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-07 13:41:41 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-07 13:41:41 +0000 |
| commit | ab45927dea48db6c9bf661c0bb51fbc412a2ed9a (patch) | |
| tree | 86c9fc32ac0df03741ca4f9a2a5e7abf8026bc11 /cscript | |
| parent | e647ebc6c68ebba8d9ad65c84e37d8ee949c4b22 (diff) | |
Tweak cscript for compatibility with updated cdist.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ import os def dependencies(target): - return (('libcxml', 'v0.08'), ('openjpeg-cdist', 'f4c50012f1ed3f2e40239a4c856e83a16b98e5d9')) + return (('libcxml', '890fb170eb4acb4af0e67d204b32b2d9fa1512c6'), ('openjpeg-cdist', 'f4c50012f1ed3f2e40239a4c856e83a16b98e5d9')) -def build(target): +def build(target, options): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() if target.platform == 'linux': cmd += ' --static' |
