diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-21 22:16:07 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-21 22:16:07 +0200 |
| commit | 0121b7b371360b7ad236385af1062538cb7d0025 (patch) | |
| tree | b5f8ebf4fb764c7b4d0c6853c5ccf06e0be47333 /cscript | |
| parent | c5b7a36f99670f203f0a3b5ecf8ad16ff3afa089 (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', '40f6f7d', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', 'b301ef7', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) |
