From 248e56fc9a99cd25ee6f652a389d73530adde948 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 19 Sep 2022 23:57:45 +0200 Subject: Bump waf here and in libcxml for Python 3.10 support. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 37ca00cf..0a0c1167 100644 --- a/cscript +++ b/cscript @@ -37,7 +37,7 @@ import shutil option_defaults = { 'jpeg': 'oj2' } def dependencies(target, options): - libcxml = ('libcxml', 'v0.17.3') + libcxml = ('libcxml', 'v0.17.4') if options['jpeg'] == 'oj1': return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82')) else: -- cgit v1.2.3