diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-21 03:16:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-21 03:16:34 +0000 |
| commit | b4f10f4b207e9e60766ccd45f2f3c58d22401f74 (patch) | |
| tree | ffae89ead1e2509e2ec5587ac2c957284da203f9 /cscript | |
| parent | 7d187ab8f78465860f29c7d8d0f075417beb7ac7 (diff) | |
Remove libdcp dep for now, as a nasty hack.
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', '1.0'),) - def build(target, options): cmd = './waf configure --prefix=%s' % target.directory if target.platform == 'linux': |
