diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-22 10:05:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-22 10:05:34 +0100 |
| commit | b487f8323fbdb03ddc5d047c1636d333fa144b60 (patch) | |
| tree | 6057e907ed0d4d2bbd180dbce6e108c7a3c65a3e /cscript | |
| parent | 4d6f5ea3dcaddeed0695fe31fecca78666a5c81c (diff) | |
Bump asdcplib for stringstream 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', 'c1348c5'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', 'v0.1.2')) + return (('libcxml', 'c1348c5'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', '4c8a027')) else: - return (('libcxml', 'c1348c5'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'v0.1.2')) + return (('libcxml', 'c1348c5'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '4c8a027')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
