diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-12-10 00:38:53 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-12-10 00:38:53 +0000 |
| commit | 0c70427392b086e0dee3b3376e6b492701dbd871 (patch) | |
| tree | 290c44e7b587ea4775f405dae031ebaa8b016da9 /cscript | |
| parent | 2137d41ec8256b316103449881d7bbfdbef309fb (diff) | |
Bump libcxml.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,9 +35,9 @@ import os 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', '25e945f'), ('openjpeg-cdist', '4233dd7'), ('asdcplib-cth', 'f3b0fb8')) + return (('libcxml', 'a8d8cba'), ('openjpeg-cdist', '4233dd7'), ('asdcplib-cth', 'f3b0fb8')) else: - return (('libcxml', '25e945f'), ('openjpeg2-cdist', '4ce711a'), ('asdcplib-cth', 'f3b0fb8')) + return (('libcxml', 'a8d8cba'), ('openjpeg2-cdist', '4ce711a'), ('asdcplib-cth', 'f3b0fb8')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
