diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-20 23:42:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-20 23:42:12 +0100 |
| commit | 5b0e2db86eb8ebf1a529df55aa962dec0d5babed (patch) | |
| tree | d3d50a0587d72f8895f83553f3072291c9055bb5 /cscript | |
| parent | 6a05977b36f6ecbb291dc01e92f5dd2dda0862c6 (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', 'b221efe') + libdcp = ('libdcp', '6c3db78') return (('asdcplib', 'carl'), libdcp) def build(target, options): |
