summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-10-03 22:23:59 +0200
committerCarl Hetherington <cth@carlh.net>2021-10-03 22:23:59 +0200
commitdc2f0bd2cfc228da6aa9e52df7c36645d813d258 (patch)
treecc8389c9127809a18a72cec0d773d58808183fb9
parentfac4b92813714d5b6bdaaa4425bf0bf81dbd1a45 (diff)
Build with libcxml 0.17.2.v1.8.0
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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: