Bump asdcplib for stringstream fix.
authorCarl Hetherington <cth@carlh.net>
Fri, 22 Jul 2016 09:05:34 +0000 (10:05 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 22 Jul 2016 09:05:34 +0000 (10:05 +0100)
cscript

diff --git a/cscript b/cscript
index 6f6bc1d8622dca90ab0d24a859fcdeb716e0ac9d..a91f8407a48e9e26f3e27fb804ed8b4f14f8cc9e 100644 (file)
--- 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