diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-02 22:51:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-02 22:51:57 +0100 |
| commit | aa1c3847c78d7a91bafb88f457193bb87154fb8d (patch) | |
| tree | c50c1c160d0889eff7fc20cf1b8cdeb387ca9ad1 /cscript | |
| parent | 117c4d91a9cf737b892b343015c6cb3c3e5e877b (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', '25e945f'), ('libdcp', 'a1d530b')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', '25e945f'), ('libdcp', '3889eca')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
