diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-21 19:51:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-21 19:51:11 +0100 |
| commit | 6514f5bf8739cb57f8da88039674a8f8d49b7a2b (patch) | |
| tree | 2871c358a56ec113e0ff622212278936c8ac5235 /cscript | |
| parent | b9e9afade4b709e6676b40b946b8619e66262c2f (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', 'aac2c88', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', 'b636c3e', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) |
