diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-21 23:28:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-21 23:28:14 +0100 |
| commit | 64eb1161584a9813591cf958fbc2fa0208d58ce8 (patch) | |
| tree | 58038744f6838b71e9e5a474cbac5fe98ba846c0 /cscript | |
| parent | a1dc9c98ac983b5e7e580ce6639f30830aa66cca (diff) | |
Bump libdcp.
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', '2b522d0', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', 'c6665c1', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) |
