diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-03-17 11:55:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-03-18 23:32:32 +0100 |
| commit | 0ea4ad53b280757d471979be0d0abc9c24342001 (patch) | |
| tree | 921a24b22228d3ec3db42427f95e7302069f7205 /cscript | |
| parent | 33c9a573cc6ec4fd335ebbf9a2ec6cd34a7993b3 (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', 'bb09615'), ('libdcp', '2c1faeb')) + return (('asdcplib', 'bb09615'), ('libdcp', '4078aaa')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
