diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-10 19:07:37 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-10 19:07:37 +0000 |
| commit | f74c4629ee01af3d3278bfe30ed6a05a18670827 (patch) | |
| tree | 8d674c9af11c13248985d883cb6ceb6b354f7670 /cscript | |
| parent | f221b1c992b8fd3187ee6b7a1f19543b7f097607 (diff) | |
Fix linux build.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ import os def dependencies(target): - return (('libcxml', '27780878701f85ad597addacd541f2e897719978'), ('openjpeg-cdist', 'fc7de25')) + return (('libcxml', '27780878701f85ad597addacd541f2e897719978'), ('openjpeg-cdist', 'a644288')) def build(target, options): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() |
