From dc2f0bd2cfc228da6aa9e52df7c36645d813d258 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 3 Oct 2021 22:23:59 +0200 Subject: Build with libcxml 0.17.2. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 89ebe5a2..5a2da6d1 100644 --- a/cscript +++ b/cscript @@ -37,7 +37,7 @@ import shutil option_defaults = { 'jpeg': 'oj2' } def dependencies(target, options): - libcxml = ('libcxml', 'v0.17.0') + libcxml = ('libcxml', 'v0.17.2') if options['jpeg'] == 'oj1': return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'bb09615')) else: -- cgit v1.2.3