diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-11 12:58:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-11-11 12:58:42 +0000 |
| commit | f45f70f4a07bbf8bd794334c44126c6cfff6dac2 (patch) | |
| tree | 86b3fc093896de7939555e567dd402eb26585d9a /cscript | |
| parent | f3f25108a1ea5ef90e6fc172dca56cf55befe772 (diff) | |
Bump asdcplib-cth version.
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.4'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', '162963e')) + return (('libcxml', 'v0.15.4'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', 'v0.1.3')) else: - return (('libcxml', 'v0.15.4'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '162963e')) + return (('libcxml', 'v0.15.4'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'v0.1.3')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
