diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-09-19 23:57:45 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-09-19 23:57:45 +0200 |
| commit | 248e56fc9a99cd25ee6f652a389d73530adde948 (patch) | |
| tree | 3fbc61468dfe09b06f92b1996fbb06ecd87ed045 /cscript | |
| parent | b36f9bf7922a7eb2cdbe97613460d81cff79b65b (diff) | |
Bump waf here and in libcxml for Python 3.10 support.v1.8.28
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', 'v0.17.3') + libcxml = ('libcxml', 'v0.17.4') if options['jpeg'] == 'oj1': return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82')) else: |
