diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-10-31 16:05:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-10-31 16:05:04 +0000 |
| commit | 1359bd34583bf5ef5cc03c2a3e71f1f2b4fc221d (patch) | |
| tree | 72aa8b8db61ed9bb90d33e263946d020059b13cd /cscript | |
| parent | e0a433fcf12277c5438b7e1a61a9cbe853e1626b (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): if target.platform == 'windows' and target.version == 'xp': - return (('libcxml', 'v0.15.2'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', '213c9f8')) + return (('libcxml', 'v0.15.3'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', '213c9f8')) else: - return (('libcxml', 'v0.15.2'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '213c9f8')) + return (('libcxml', 'v0.15.3'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '213c9f8')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
