diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-26 09:23:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-26 09:23:06 +0100 |
| commit | ff0eb53d91a7609a314ff1a2e806e96f63d03571 (patch) | |
| tree | 2bd29a4a0099fcb78f6bb3c7562224e7444a07ff /cscript | |
| parent | 069ca80a9d47f0d65379eba191fe87dcd9730acf (diff) | |
Remove specific libdcp dependency for now.
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', 'v0.15.5'), ('libdcp', '8c852cb')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.5'), ('libdcp', None)) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
