summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-19 21:22:51 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-19 21:22:51 +0000
commite54d5448174c3f61ed828ce7146a497948290a8d (patch)
treebe3437c7eae06677d70d76ff7df06480a6c2d2bf /cscript
parentfbd54e152cb627c1b67a11db2e0a25d27a74a6e1 (diff)
Bump libcxml.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 9d738f91..0e85e5ff 100644
--- a/cscript
+++ b/cscript
@@ -36,9 +36,9 @@ import shutil
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', '670c528'), ('openjpeg-cdist', '4233dd7'), ('asdcplib-cth', '6648afc'))
+ return (('libcxml', 'be5d6b5'), ('openjpeg-cdist', '4233dd7'), ('asdcplib-cth', '6648afc'))
else:
- return (('libcxml', '670c528'), ('openjpeg2-cdist', '8b2ffc5'), ('asdcplib-cth', '6648afc'))
+ return (('libcxml', 'be5d6b5'), ('openjpeg2-cdist', '8b2ffc5'), ('asdcplib-cth', '6648afc'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory