diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-07-28 13:02:51 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-28 13:02:51 +0200 |
| commit | 5346d1c9fe7e85e8d7343fcafdeda8c4834f7aa2 (patch) | |
| tree | 5fc7f15cf449911a5b0f865a4e60034dd149b84d /cscript | |
| parent | eea26eb0c876c8ef0e91c3f96a175261a8017778 (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 = { 'force-cpp11': False, 'jpeg': 'oj2' } def dependencies(target, options): - libcxml = ('libcxml', '2b8b650', {'force-cpp11': options['force-cpp11']}) + libcxml = ('libcxml', 'c333199', {'force-cpp11': options['force-cpp11']}) if (target.platform == 'windows' and target.version == 'xp') or options['jpeg'] == 'oj1': return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'carl')) else: |
