summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-22 10:05:34 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-22 10:05:34 +0100
commitb487f8323fbdb03ddc5d047c1636d333fa144b60 (patch)
tree6057e907ed0d4d2bbd180dbce6e108c7a3c65a3e /cscript
parent4d6f5ea3dcaddeed0695fe31fecca78666a5c81c (diff)
Bump asdcplib for stringstream fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 6f6bc1d8..a91f8407 100644
--- a/cscript
+++ b/cscript
@@ -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