diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-22 13:14:30 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-22 13:14:30 +0000 |
| commit | be2a888a9f3a040fa55ce793638341442bdef7a5 (patch) | |
| tree | ecc03feec9258bb242240f722a7ded3b9d1d59e8 /cscript | |
| parent | cea4cf10316c9da2147c81c26d4bc0811dff1db6 (diff) | |
Bump libdcp for missing include.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ import os def dependencies(target): - return (('asdcplib-cth', '6648afc'), ('libcxml', 'be5d6b5'), ('libdcp', 'e54d544')) + return (('asdcplib-cth', '6648afc'), ('libcxml', 'be5d6b5'), ('libdcp', '9763bc2')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
