summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-02-07 23:51:09 +0100
committerCarl Hetherington <cth@carlh.net>2021-02-07 23:51:09 +0100
commit73b17363311ea82139c054c04ba56cd8017aee42 (patch)
treee646fd6667937669f0d2b172f7a6089cbe431674 /cscript
parentbed820dd335f892a237fe5c0dc053cd50c6f7802 (diff)
Bump libcxml.static-tests
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 89ebe5a2..1d0bb842 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', '2fda914')
if options['jpeg'] == 'oj1':
return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'bb09615'))
else: