diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-02-12 23:23:37 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-02-12 23:23:37 +0000 |
| commit | f6cb371e2ab1c1ff1703dc670afe5e22fb52ba42 (patch) | |
| tree | f7b12c6bbf9c6835e4c5e88da2af16ee5ccec1e1 /cscript | |
| parent | ad7f0baf99857e698f6df55a6ed5d5b1e3b53653 (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', 'v0.1.3'), ('libcxml', 'v0.15.4'), ('libdcp', 'db86ed5')) + return (('asdcplib-cth', 'v0.1.3'), ('libcxml', 'v0.15.4'), ('libdcp', '8f964bf')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
