diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-05 01:33:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-05 01:33:11 +0100 |
| commit | 39c4698cee3e456a268f5f953160b5a8f2ba4f10 (patch) | |
| tree | 88a8bf76e915e18d187483357bdf73901ecc95cf /cscript | |
| parent | 0fee74d7adc0bef2e72bd59b504f38a12b1dedbb (diff) | |
Missing libdcp dep.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ import os +def dependencies(target): + return (('libdcp', 'ac530d2'),) + def build(target, options): cmd = './waf configure --prefix=%s' % target.directory if target.platform == 'linux': |
