diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-06-05 23:50:57 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-06-05 23:50:57 +0200 |
| commit | 059f5f2569c754d860b0cc33fe25152748736075 (patch) | |
| tree | 8adad396d9bbc247fd2a1321f33ed7a615a26779 | |
| parent | c65e5fe93ecafa7e420940429e45286bb596a4b9 (diff) | |
Bump libdcp.v1.6.21
| -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', 'v1.8.19')) + return (('asdcplib', 'ee04871698c10aa4d9736d3457bf74ff68a07b5d'), ('libdcp', 'v1.8.20')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
