diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-29 11:55:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-29 11:55:54 +0100 |
| commit | c2d6d9244146cc8c2269b9922707e3c151971f3e (patch) | |
| tree | d7a3995c2f88e0672119365b5717a17715aa0f56 /cscript | |
| parent | d24512e0531fe55cf68d3f02c347833f53ac24bd (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', 'a45e430'), ('libdcp', '90aa785')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', 'f2f2a2a')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
