summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-09 16:18:11 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-09 16:18:11 +0100
commit702a0135e0ac4457814327990b75eabff998234c (patch)
tree83abfcc18862324a1016843edd3b32c5820b0106 /cscript
parent5591a50b918d2dc784a9e15688dfe24eb2b6dfcc (diff)
Bump asdcplib-cth for Centos 5 build fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index dc145f0b..f74bdfef 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', 'v0.15.1'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'v0.1.1'))
+ return (('libcxml', 'v0.15.1'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '5f32ac0'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory