diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-25 22:43:08 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-25 22:43:08 +0200 |
| commit | 3286d3a546b89c1ae699a3f2bd0918209ebdd0be (patch) | |
| tree | 9f895ddb538e843385c1db7f576e2f4c8e40981f /cscript | |
| parent | 308476c69a5f1a21302e65da9381952bcbe7eaab (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', '38864bb', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', '25526a5', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) |
