diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-27 21:19:08 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-27 21:19:08 +0200 |
| commit | 1b52b38c247ef5b0b7189bfed1adb095b830ea1b (patch) | |
| tree | 1f13a5df094cf779490a630a52c397153cfafa3d /cscript | |
| parent | efea829eddcfe70307c87ae6080b5a3393e32791 (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', '627dfd9', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', '9d1c856', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) |
