summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-18 20:36:04 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-18 20:36:04 +0100
commite607d5ed00a2f0a27520da8ddf8fa1faa84e151e (patch)
treeb7f8e57a3eefb038d089234dcd646204fd8df1ba
parenta002558d5e096d91c3c4294e30405ad3bce3e5d6 (diff)
Try removing libdcp dep specifier here for now.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 1b91416..3b5b279 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libdcp', 'v1.1.0'),)
+ return (('libdcp', None),)
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory