summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-10-31 15:54:35 +0000
committerCarl Hetherington <cth@carlh.net>2016-10-31 15:54:35 +0000
commitea8536b2c41c500bbc5bb82c54e4abf73fbb1038 (patch)
treebd2ccb080dcbdcf1ad4868d41e929b63650f0453 /cscript
parentf692c95bbd48c97da8a1b1aedbba6a23d3559185 (diff)
Use release version of libcxml.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 939de06c..82f4b2bd 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', '213c9f8'))
+ return (('libcxml', 'v0.15.2'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', '213c9f8'))
else:
- return (('libcxml', 'c1348c5'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '213c9f8'))
+ return (('libcxml', 'v0.15.2'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '213c9f8'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory