diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-02-07 23:51:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-02-07 23:51:09 +0100 |
| commit | 73b17363311ea82139c054c04ba56cd8017aee42 (patch) | |
| tree | e646fd6667937669f0d2b172f7a6089cbe431674 | |
| parent | bed820dd335f892a237fe5c0dc053cd50c6f7802 (diff) | |
Bump libcxml.static-tests
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
