diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-05-09 22:29:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-05-09 22:29:17 +0100 |
| commit | 0b38d424cf257c03078404fb23b27a17e5f2da33 (patch) | |
| tree | efeb47f11cfa91ea46faa874dfa670f4742820ee /cscript | |
| parent | 09e3776b97321fb9d4e02a44641b76b400874e74 (diff) | |
Bump libdcp.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ import os def dependencies(target): - return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.5'), ('libdcp', '806e91a')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.5'), ('libdcp', '8bca61d')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
