Build with libcxml 0.17.2. v1.8.0
authorCarl Hetherington <cth@carlh.net>
Sun, 3 Oct 2021 20:23:59 +0000 (22:23 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 3 Oct 2021 20:23:59 +0000 (22:23 +0200)
cscript

diff --git a/cscript b/cscript
index 89ebe5a22bb77afaa06ecc281312319c37a6070c..5a2da6d1d03a419ce8f13407475db5ed3de06d54 100644 (file)
--- 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: