diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-06-08 13:11:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-06-08 13:11:21 +0100 |
| commit | 762384eb05775ad4f91864683c9c6bb9d31c18f2 (patch) | |
| tree | 505d9da0c811ce0abf06fb2c809d662771eea1a5 /cscript | |
| parent | b24b081e938b700f9518ad46a2083ebf2592a1f5 (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', '7b03aba')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', 'cfea0af')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
