summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-08 21:51:10 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-08 21:51:10 +0100
commitb221efe5860ffabbca3797779a5971b5cc68175c (patch)
tree60ac676ec1ab0a88ea4360ebd7747e46928f77de /cscript
parent56b6a62a28734ad66d0f4c8ea9452b89f4cc5f45 (diff)
Bump libcxml.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 8c1409e2..ba4a7e4c 100644
--- a/cscript
+++ b/cscript
@@ -37,7 +37,7 @@ import shutil
option_defaults = { 'jpeg': 'oj2' }
def dependencies(target, options):
- libcxml = ('libcxml', 'c336f86')
+ libcxml = ('libcxml', 'v0.17.0')
if (target.platform == 'windows' and target.version == 'xp') or options['jpeg'] == 'oj1':
return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'carl'))
else: