diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-03 22:23:59 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-03 22:23:59 +0200 |
| commit | dc2f0bd2cfc228da6aa9e52df7c36645d813d258 (patch) | |
| tree | cc8389c9127809a18a72cec0d773d58808183fb9 | |
| parent | fac4b92813714d5b6bdaaa4425bf0bf81dbd1a45 (diff) | |
Build with libcxml 0.17.2.v1.8.0
| -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', 'v0.17.2') if options['jpeg'] == 'oj1': return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'bb09615')) else: |
