diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-14 00:58:58 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-14 00:58:58 +0000 |
| commit | debe9fb034de72ec94eb54194c14d335ff3ca282 (patch) | |
| tree | 63f737bc81d1aa00dfff112ce1be308edadc436b /cscript | |
| parent | 708eff1d9b39bb63965b831082dd1b35c86a2054 (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', '92d0468')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.5'), ('libdcp', '623e197')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
