diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-02 21:52:02 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-02 21:52:02 +0200 |
| commit | 46106d99ad537b87af5e5685908929fd1eee092a (patch) | |
| tree | 7d5602a7af9c0e2ec2e7a908e5b20322e25937f0 /cscript | |
| parent | 2a157b705cd813cc854cc021d93fec8b46bde9e9 (diff) | |
Bump libcxml for the new force-cpp11 stuff.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ option_defaults = { 'force-cpp11': False } def dependencies(target, options): libdcp = ('libdcp', None, { 'force-cpp11': options['force-cpp11'] }) - libcxml = ('libcxml', '0d18df4', { 'force-cpp11': options['force-cpp11'] }) + libcxml = ('libcxml', '2b8b650', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) def build(target, options): |
