diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-11 16:56:55 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-11 16:56:55 +0200 |
| commit | bb87e0ecdde6ab8a6bf054fe31a0004fd6e054a5 (patch) | |
| tree | b452692c3e0d190ba48884b643b75d363ca06e2d /cscript | |
| parent | 67fff3c615c6cdd168b7525502119777ea5ca386 (diff) | |
Bump libdcp for fix to spacey XSD filenames.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - libdcp = ('libdcp', 'c6c18f4', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', 'a8d652b', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', '2b8b650', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) |
