diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-23 09:51:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-23 09:51:50 +0100 |
| commit | 8a509f2fc2f5d3010dcc9a8edb08e6d047b26a20 (patch) | |
| tree | 7e29dbbab589bf55b768797eb29f5b6de29f1f89 /cscript | |
| parent | e3d8790ae7c9f8dbbcc9cd8a1fa5c0fede26b872 (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', '472b1e8') + libdcp = ('libdcp', 'ac98ff1') return (('asdcplib', 'carl'), libdcp) def build(target, options): |
