diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-22 09:48:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-22 09:48:37 +0100 |
| commit | 4db995b48f21f79dd195f6a50def92734aeba00c (patch) | |
| tree | 65de752d3e9a1d4196cf0ef995c82112ed6d2eca /cscript | |
| parent | 455475575bcfa30aa60a377235bfaf2fd7bc2da7 (diff) | |
Bump libcxml for build fix.
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): if target.platform == 'windows' and target.version == 'xp': - return (('libcxml', 'b08e6b4'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', 'v0.1.2')) + return (('libcxml', 'c1348c5'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', 'v0.1.2')) else: - return (('libcxml', 'b08e6b4'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'v0.1.2')) + return (('libcxml', 'c1348c5'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'v0.1.2')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
