diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-12-17 02:23:33 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-12-17 02:23:33 +0000 |
| commit | f0790b05d3aaff1e2a587db0dcb61d90274bd2c4 (patch) | |
| tree | 53bc0c643297b3c94c2f60f88e3c5aa16410e1ad /cscript | |
| parent | c7085529a39b963138aad2f541423698c3c14fa8 (diff) | |
Bump libdcp for build fix.
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', '37b49c7')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', '7863ca3')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
