diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-11 11:19:39 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-11 11:19:39 +0200 |
| commit | 67fff3c615c6cdd168b7525502119777ea5ca386 (patch) | |
| tree | 48a9210fe4ae1cf963ece156ee41ee4e1f83afd2 /cscript | |
| parent | b03caf659d38ba95f6a0d4b5c1fe12f4c8b9b2aa (diff) | |
Bump libdcp for build fix.
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', '1055451', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', 'c6c18f4', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', '2b8b650', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) |
