diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-02 23:39:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-02 23:39:29 +0100 |
| commit | c7426a53c43538d3737cd6c5db24ce65c1e9baa7 (patch) | |
| tree | cea7b2fc1672b0d8f2d24afb0261eb81ecce099c /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', '8259e27')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
