summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-17 20:06:05 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-17 20:06:05 +0000
commitc4bddfdf2a712677d43cb50efe74eacd76a04c92 (patch)
tree84c84cc18fc9f96073e21c436e25e1a913120bb1
parent68024e7fc3de0f69c2f2d56a5b837ffd4aeb5f43 (diff)
Bump asdcplib for arch build fixes.
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 177487cb..362b874f 100644
--- a/cscript
+++ b/cscript
@@ -35,9 +35,9 @@ import os
def dependencies(target, options):
if (target.platform == 'windows' and target.version == 'xp') or (options is not None and 'jpeg' in options and options['jpeg'] == 'oj1'):
- return (('libcxml', 'v0.15.6'), ('openjpeg-cdist', '4233dd7'), ('asdcplib-cth', '29e78e8'))
+ return (('libcxml', 'v0.15.6'), ('openjpeg-cdist', '4233dd7'), ('asdcplib-cth', '8259318'))
else:
- return (('libcxml', 'v0.15.6'), ('openjpeg2-cdist', 'c40a3b8'), ('asdcplib-cth', '29e78e8'))
+ return (('libcxml', 'v0.15.6'), ('openjpeg2-cdist', 'c40a3b8'), ('asdcplib-cth', '8259318'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory