diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-26 11:22:06 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-26 11:22:06 +0200 |
| commit | fd5af8c37a5af086d73b3eacbe21d33737e6ae50 (patch) | |
| tree | a8fb494553a349685e864f4e74812e6a7bb4b993 /cscript | |
| parent | 3286d3a546b89c1ae699a3f2bd0918209ebdd0be (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', '25526a5', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', '41d9b6a', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) |
