summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-18 21:24:45 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-18 21:24:45 +0100
commitc7e1160d414dbfbd23ff92552eb45f3bbd70baaf (patch)
treea73707dfeef74faa59ec90014af10b3c3ecd1877 /cscript
parente607d5ed00a2f0a27520da8ddf8fa1faa84e151e (diff)
Just use 1.0 for libdcp for now.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 3b5b279..dc1494e 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libdcp', None),)
+ return (('libdcp', '1.0'),)
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory