diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-21 20:10:29 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-21 20:10:29 +0000 |
| commit | 10016f6d3d072d9f743f432cc866118987df9f8f (patch) | |
| tree | bdbbfb8ea9944503b4720bd152681a9b3eb2021d /cscript | |
| parent | 5f16353ba149de47e916f02b149b719c34ac3d30 (diff) | |
Revert "Remove libdcp dep for now, as a nasty hack."
This reverts commit b4f10f4b207e9e60766ccd45f2f3c58d22401f74.
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', '1.0'),) + def build(target, options): cmd = './waf configure --prefix=%s' % target.directory if target.platform == 'linux': |
