diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-06 00:34:20 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-06 00:34:20 +0200 |
| commit | 95270023753b84e65cb1f5c5bd7a33cd67c8f03b (patch) | |
| tree | 66f473daa559a95a5fb2d818e401c5a521d57879 /cscript | |
| parent | 21bf11458a2c393ec60421756a29b0d1469f9fe4 (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): - return (('asdcplib', 'ee04871698c10aa4d9736d3457bf74ff68a07b5d'), ('libdcp', 'f031667bd2769d3daf9c49115f21a099fafcee46')) + return (('asdcplib', 'ee04871698c10aa4d9736d3457bf74ff68a07b5d'), ('libdcp', '13a6c81232a3d33772afbf9fdf5d2879f64ff757')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
