diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-23 12:22:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-23 12:22:22 +0200 |
| commit | 4bc0e7ea982f54d065b8b491413cbf98b9c8ce14 (patch) | |
| tree | 6b19bd3731c2e8064e82c0a013e4dfe92224a479 /cscript | |
| parent | 0121b7b371360b7ad236385af1062538cb7d0025 (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', 'b301ef7', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', 'e40f5c5', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) |
