diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-08 21:54:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-08 21:54:54 +0100 |
| commit | 4cd15189d6df01d6b73de34002bdabfc1208ee00 (patch) | |
| tree | c585ae47181c23cafdac3fa8fc52f015de749f94 /cscript | |
| parent | 2115170a6f8c3fa0cec8c15fc3f3b81282a6e87f (diff) | |
libdcp version bump.
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', 'd39880e') + libdcp = ('libdcp', 'b221efe') return (('asdcplib', 'carl'), libdcp) def build(target, options): |
