summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-22 09:48:37 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-22 09:48:37 +0100
commit4db995b48f21f79dd195f6a50def92734aeba00c (patch)
tree65de752d3e9a1d4196cf0ef995c82112ed6d2eca /cscript
parent455475575bcfa30aa60a377235bfaf2fd7bc2da7 (diff)
Bump libcxml for build fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 43f47e33..6f6bc1d8 100644
--- a/cscript
+++ b/cscript
@@ -35,9 +35,9 @@ import os
def dependencies(target):
if target.platform == 'windows' and target.version == 'xp':
- return (('libcxml', 'b08e6b4'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', 'v0.1.2'))
+ return (('libcxml', 'c1348c5'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', 'v0.1.2'))
else:
- return (('libcxml', 'b08e6b4'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'v0.1.2'))
+ return (('libcxml', 'c1348c5'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'v0.1.2'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory