diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-04 21:10:48 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-04 21:12:46 +0000 |
| commit | 40a74db0aad4428af7234da5ab76e654f9b17504 (patch) | |
| tree | 675d8f34bae9f0ebb89c3addfe24db2d963e6fa5 /cscript | |
| parent | 27f7f06fb4addae5e52626e3915815131fe002d8 (diff) | |
Fix openjpeg2 revision.
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', 'v0.15.0'), ('openjpeg2-cdist', '579fda8')) + return (('libcxml', 'v0.15.0'), ('openjpeg2-cdist', '28b7e97')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
