From 097f27fcbd28d81b1ff2ae37949b1fcc3a97a716 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 19 Mar 2019 15:15:12 +0000 Subject: Bump cxml for removal of sstream dependency. --- cscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index 8d780305..9d738f91 100644 --- a/cscript +++ b/cscript @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2017 Carl Hetherington +# Copyright (C) 2012-2019 Carl Hetherington # # This file is part of libdcp. # @@ -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', 'v0.16.1'), ('openjpeg-cdist', '4233dd7'), ('asdcplib-cth', '6648afc')) + return (('libcxml', '670c528'), ('openjpeg-cdist', '4233dd7'), ('asdcplib-cth', '6648afc')) else: - return (('libcxml', 'v0.16.1'), ('openjpeg2-cdist', '8b2ffc5'), ('asdcplib-cth', '6648afc')) + return (('libcxml', '670c528'), ('openjpeg2-cdist', '8b2ffc5'), ('asdcplib-cth', '6648afc')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory -- cgit v1.2.3