summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-10-24 00:53:29 +0100
committerCarl Hetherington <cth@carlh.net>2016-10-24 00:53:29 +0100
commit3ec95c25f35b3eb712b25831a7f6438ea41bc963 (patch)
tree38b5bf509a52ef2285db080eb70417bf275caffd /cscript
parentb74dee5b072d2689b355ecad088a3d68ed8dfdcb (diff)
Bump asdcplib-cth for 3D very-high-frame-rate fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 7a09f0a0..939de06c 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', '4c8a027'))
+ return (('libcxml', 'c1348c5'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', '213c9f8'))
else:
- return (('libcxml', 'c1348c5'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '4c8a027'))
+ return (('libcxml', 'c1348c5'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '213c9f8'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory