diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-09 02:50:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-09 02:50:38 +0100 |
| commit | 1e9887577ddfdf68dec7db1485ae99b5967853d6 (patch) | |
| tree | d6125c711d85de5f7156d1cec0e7c1619eb3054e /cscript | |
| parent | 762384eb05775ad4f91864683c9c6bb9d31c18f2 (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', 'cfea0af')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', '844067e')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
