diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-15 00:04:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-15 00:04:21 +0100 |
| commit | 6fac211273eb3eddfc91124badf33af79447d8da (patch) | |
| tree | 0f516db2cf5b738c8837ded00728d3abe2cd4657 /cscript | |
| parent | 802add97be4d2ed2d9b741598fc43f18ae827c04 (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', '844067e')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', '13a4ee8')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
