diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-20 00:51:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-20 00:51:50 +0100 |
| commit | 97e8588414b1d9ef624242e865d449c2b6fcb396 (patch) | |
| tree | b497c7496676b6b48489ee96fec9556886601224 /cscript | |
| parent | f17a4fde1357847b2c3af1a9d8b94c02a4577b30 (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', 'd989a83', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', 'f614b45', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) |
