diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-09 10:17:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-09 10:17:34 +0000 |
| commit | 708eff1d9b39bb63965b831082dd1b35c86a2054 (patch) | |
| tree | 4a64d22f822780552fb68fbbc17469034e8c5704 /cscript | |
| parent | b7cdc1fd56c93635bac4e3fca92b125e23ffefa3 (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.5'), ('libdcp', '9a980ba')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.5'), ('libdcp', '92d0468')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
