diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-17 02:54:37 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-17 02:54:37 +0000 |
| commit | 91378c017e04f1da06bfbe4a39489471bc550c14 (patch) | |
| tree | a501629c7e34dc7db53a34fd7f05e3c71e029235 /cscript | |
| parent | 94b1819fb8b3ccf488c9fa7531380bb6c8fcfe02 (diff) | |
Remove libdcp dep from cscript.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,8 +1,5 @@ import os -def dependencies(target): - return (('libdcp', '19e00ec'),) - def build(target, options): cmd = './waf configure --prefix=%s' % target.directory if target.platform == 'linux': |
