diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-04 23:31:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-08 00:41:10 +0100 |
| commit | ee5d2c8c1d4e79fdb470687b020a5acb234e9024 (patch) | |
| tree | b65ac53fc8400dc1781e9d5e2b4ab1a66f301f77 /cscript | |
| parent | 47727a7c80b60a0fd0ce18d8347b14241fc48f97 (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', '0f1034f') + libdcp = ('libdcp', 'd39880e') libcxml = ('libcxml', 'c336f86') return (('asdcplib', 'carl'), libcxml, libdcp) |
