diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-12 00:35:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-12 00:35:15 +0000 |
| commit | ff595d9ac470739aa8464b003bb40098daaae8f2 (patch) | |
| tree | d4fc9c3ff7746619d9fe43dbdf663bf14d2e178d /cscript | |
| parent | 5864c8f361634ae33d3ca03065940e87cb29eddf (diff) | |
Fix string decoding; bump libcxml version.v1.6.3
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', 'v0.16.0'), ('openjpeg-cdist', '4233dd7'), ('asdcplib-cth', '6648afc')) + return (('libcxml', 'v0.16.1'), ('openjpeg-cdist', '4233dd7'), ('asdcplib-cth', '6648afc')) else: - return (('libcxml', 'v0.16.0'), ('openjpeg2-cdist', '8b2ffc5'), ('asdcplib-cth', '6648afc')) + return (('libcxml', 'v0.16.1'), ('openjpeg2-cdist', '8b2ffc5'), ('asdcplib-cth', '6648afc')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
