diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-07-28 13:03:10 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-28 13:03:10 +0200 |
| commit | 788ce6e3914c5669503c3df6632b47ac4de0c746 (patch) | |
| tree | 2c8a1bf061d33f7c4b94011ba0ebb5e3b5fdccd2 /cscript | |
| parent | 8da829d2a7e32188af4e9d990def6da52842c7a6 (diff) | |
Bump lib{cxml,dcp}.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,8 +22,8 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - libdcp = ('libdcp', '9a8faac', { 'force-cpp11': options['force-cpp11'] }) - libcxml = ('libcxml', '2b8b650', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', '5346d1c', { 'force-cpp11': options['force-cpp11'] }) + libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) def build(target, options): |
