diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-07 21:45:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-07 21:45:42 +0000 |
| commit | 692bbe51defe914d505bbe6613e550bfd875b233 (patch) | |
| tree | bfcfa6aeffc3f18a99a11d7de478f92d13084072 /cscript | |
| parent | c6193e45005345f36fc00caf25011e8bf4147582 (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', 'a8d8cba'), ('libdcp', 'f19fba7')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', 'f964e99')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
