diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-09-02 12:57:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-09-02 12:57:13 +0100 |
| commit | 490c08c775a01ceb10964718c045834ea0e09034 (patch) | |
| tree | 1e90090841ff97136e698bdde3906c8c756de932 /cscript | |
| parent | 0b9ef38d724f22023f49e0bfadda8bf5f701549e (diff) | |
Bump libdcp for build fix.
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', '25e945f'), ('libdcp', '7e67afe')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', '25e945f'), ('libdcp', '23f98da')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
