From 1359bd34583bf5ef5cc03c2a3e71f1f2b4fc221d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 31 Oct 2016 16:05:04 +0000 Subject: Bump libcxml. --- cscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index 82f4b2bd..a7b1539e 100644 --- a/cscript +++ b/cscript @@ -35,9 +35,9 @@ import os def dependencies(target): if target.platform == 'windows' and target.version == 'xp': - return (('libcxml', 'v0.15.2'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', '213c9f8')) + return (('libcxml', 'v0.15.3'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', '213c9f8')) else: - return (('libcxml', 'v0.15.2'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '213c9f8')) + return (('libcxml', 'v0.15.3'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '213c9f8')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory -- cgit v1.2.3