diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-16 00:38:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-16 00:38:01 +0100 |
| commit | f17a4fde1357847b2c3af1a9d8b94c02a4577b30 (patch) | |
| tree | 9180ced5211b5e4a98cbd99ee0714419416ab92d /cscript | |
| parent | 8f677948db6df82b73eaf42a2cc9f897a14c777d (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', 'd08f689', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', 'd989a83', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) |
