diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-08-25 23:12:57 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-08-25 23:12:57 +0200 |
| commit | 72bf4fc98a632e7a54fa2bfa25e966861d6f53a1 (patch) | |
| tree | 2aefd175e14c96f6a533f127c715d329fbb76e67 /cscript | |
| parent | 788ce6e3914c5669503c3df6632b47ac4de0c746 (diff) | |
Bump libdcp for new method.
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', '5346d1c', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', '184bdd2', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) |
