summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-09-19 23:57:45 +0200
committerCarl Hetherington <cth@carlh.net>2022-09-19 23:57:45 +0200
commit248e56fc9a99cd25ee6f652a389d73530adde948 (patch)
tree3fbc61468dfe09b06f92b1996fbb06ecd87ed045 /cscript
parentb36f9bf7922a7eb2cdbe97613460d81cff79b65b (diff)
Bump waf here and in libcxml for Python 3.10 support.v1.8.28
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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: