diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-19 21:22:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-19 21:22:51 +0000 |
| commit | e54d5448174c3f61ed828ce7146a497948290a8d (patch) | |
| tree | be3437c7eae06677d70d76ff7df06480a6c2d2bf /cscript | |
| parent | fbd54e152cb627c1b67a11db2e0a25d27a74a6e1 (diff) | |
Bump libcxml.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,9 +36,9 @@ import shutil def dependencies(target, options): if (target.platform == 'windows' and target.version == 'xp') or (options is not None and 'jpeg' in options and options['jpeg'] == 'oj1'): - return (('libcxml', '670c528'), ('openjpeg-cdist', '4233dd7'), ('asdcplib-cth', '6648afc')) + return (('libcxml', 'be5d6b5'), ('openjpeg-cdist', '4233dd7'), ('asdcplib-cth', '6648afc')) else: - return (('libcxml', '670c528'), ('openjpeg2-cdist', '8b2ffc5'), ('asdcplib-cth', '6648afc')) + return (('libcxml', 'be5d6b5'), ('openjpeg2-cdist', '8b2ffc5'), ('asdcplib-cth', '6648afc')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
