diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-23 22:33:25 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-23 22:33:25 +0200 |
| commit | 308476c69a5f1a21302e65da9381952bcbe7eaab (patch) | |
| tree | 58cb25d9fc9a71cfa7535767b73d9a4cb98e0d00 /cscript | |
| parent | 95a36fe6456afb4a4335c22330a0205a7d824b6b (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', '206e521', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', '38864bb', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) |
