summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-21 03:16:34 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-21 03:16:34 +0000
commitb4f10f4b207e9e60766ccd45f2f3c58d22401f74 (patch)
treeffae89ead1e2509e2ec5587ac2c957284da203f9 /cscript
parent7d187ab8f78465860f29c7d8d0f075417beb7ac7 (diff)
Remove libdcp dep for now, as a nasty hack.
Diffstat (limited to 'cscript')
-rw-r--r--cscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/cscript b/cscript
index 1a53bf9..0198fff 100644
--- a/cscript
+++ b/cscript
@@ -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':