diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-02-13 20:33:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-02-13 20:33:40 +0000 |
| commit | 733dfda3825c6da6ff8b3ce8fadf77f785e86ad6 (patch) | |
| tree | 78bdbfdf9471c6495cce2b67a54029462f5b7ae1 /cscript | |
| parent | c33c7fce6e8d599681f799b691d5ff08ff67e7f6 (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', '15f7f4a')) + return (('asdcplib-cth', 'v0.1.3'), ('libcxml', 'v0.15.4'), ('libdcp', 'ce32d6c')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
