diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-24 12:48:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-24 12:48:01 +0100 |
| commit | 2133e6dc346db174b1b88403f51879f98fa9cabd (patch) | |
| tree | 6f963374b9af5879e46c79cc5a8b6e3f37ca35d0 /cscript | |
| parent | 1551cad789641af29960ffb3633c2f1af003733d (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', 'v0.15.4'), ('libdcp', '14fe126')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.4'), ('libdcp', '98c2cae')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
