diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-25 23:33:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-25 23:33:06 +0100 |
| commit | b0413a7ab04649ef60677941857f68ee46a47565 (patch) | |
| tree | f5873fac47d108253be43975905cd5d41e5f43b5 /cscript | |
| parent | c7e7bf3a7c667f7a803a27442932c19cf93ffeb8 (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', 'e78b38b', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', 'c9865a3', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) |
