diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-25 09:41:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-25 09:41:45 +0100 |
| commit | d4b8b95e2226522c2aa475f0189362c5c6bc58a3 (patch) | |
| tree | f45243717349da41975e78a11a199185c8525ec9 /cscript | |
| parent | 04d57019d0c8cc4396922f86d414fc36fd1d8009 (diff) | |
Bump libdcp for multi-PKL 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', '5895644'), ('libcxml', '6dd54f6'), ('libdcp', '9eb185c')) + return (('asdcplib-cth', '5895644'), ('libcxml', '6dd54f6'), ('libdcp', '6ff5bc5')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
