diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-12-22 13:24:02 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-12-22 13:24:02 +0000 |
| commit | 9b74a2f5f92fd6244177cb041d7019f76df697e9 (patch) | |
| tree | c4ec4353aa3da12921390dd5cdc3eb99a7eeb165 /cscript | |
| parent | e1d987c6cbf5e800ab23d0fb1c1ae625477dab9a (diff) | |
Bump libdcp for version method.
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', 'a8d8cba'), ('libdcp', '7863ca3')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', '182f327')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
