diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-08 21:51:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-08 21:51:10 +0100 |
| commit | b221efe5860ffabbca3797779a5971b5cc68175c (patch) | |
| tree | 60ac676ec1ab0a88ea4360ebd7747e46928f77de /cscript | |
| parent | 56b6a62a28734ad66d0f4c8ea9452b89f4cc5f45 (diff) | |
Bump libcxml.
Diffstat (limited to 'cscript')
| -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', '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: |
