diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-24 17:36:39 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-24 17:36:39 +0000 |
| commit | 149f2cab4d14c4bc801c168f64d259c1f67deb9a (patch) | |
| tree | f811a9cc962b2e35a1dc944ca7ef1c5fb92a0d6b /cscript | |
| parent | 142050c7d4ee1cbcc675c5d8e7d0834cb59624d0 (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', '5895644'), ('libcxml', '4dfe693'), ('libdcp', '8cbeb8c')) + return (('asdcplib-cth', '5895644'), ('libcxml', '4dfe693'), ('libdcp', '1b9ef11')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
