diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-23 20:15:57 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-23 20:15:57 +0200 |
| commit | 95a36fe6456afb4a4335c22330a0205a7d824b6b (patch) | |
| tree | 02cd5e04024c667cd1ee6d15f7788988ccf5a01f /cscript | |
| parent | 4bc0e7ea982f54d065b8b491413cbf98b9c8ce14 (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', 'e40f5c5', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', '206e521', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) |
