diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-07 20:48:59 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-07 20:48:59 +0200 |
| commit | d5b1ebe8b350de3b438d2714018ea2b6129518f2 (patch) | |
| tree | d9b398a8322be6df56de7c0ae5a5f4a5559a633b /cscript | |
| parent | 43d78dbee2c714e8ee2f2003ae1fb27f2edbef38 (diff) | |
openjpeg 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', '1f1409e', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', '18836a7', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', '2b8b650', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) |
