diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-02 21:50:01 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-02 21:50:46 +0200 |
| commit | a840258cea5829b5d0935c588c98bcc0f204afd8 (patch) | |
| tree | 562770466ec892618f99f9411126346463b7fff6 /cscript | |
| parent | d6fb2c7661d2a1df57cc69caa49b116fc486d3a1 (diff) | |
Bump libcxml for new force-cpp stuff.
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', '0d18df4', {'force-cpp11': options['force-cpp11']}) + libcxml = ('libcxml', '2b8b650', {'force-cpp11': options['force-cpp11']}) if (target.platform == 'windows' and target.version == 'xp') or options['jpeg'] == 'oj1': return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'carl')) else: |
