diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-22 15:47:02 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-22 15:47:02 +0000 |
| commit | 1e1836a2010a9cf421736b25aa0a9f30a268a68b (patch) | |
| tree | 4da268a4744e9a1206ad6c3cf8721b4b590e0b2b /cscript | |
| parent | f93c12c7de6c08f8889d6bf9a9022b31e9bf5c88 (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', '4676616')) + return (('asdcplib-cth', '5895644'), ('libcxml', '4dfe693'), ('libdcp', '49f9ec2')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
