diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-10 22:15:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-10 22:15:33 +0100 |
| commit | 549c7c1a0f2a5c7d47a0b62980120e946f138c5a (patch) | |
| tree | 984dcc0d046ef818e97144bc8c199e90472a6650 /cscript | |
| parent | 5a3faa7fe5c6cb94572645b7b81ae0393aede0eb (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', 'b536bc0'), ('libcxml', 'a45e430'), ('libdcp', 'f380b96')) + return (('asdcplib-cth', 'b536bc0'), ('libcxml', 'e09e783'), ('libdcp', 'c2fd4f2')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
