summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-09 11:32:35 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-09 11:32:35 +0000
commitbcb2263d0108cd78f7e5fc35a0759f6eaedb2b1d (patch)
tree403e3b4e06b403bc8764bde2d8e7d98c86f2f025 /cscript
parentea61f766c286016372ffa3fa5def1842c711e171 (diff)
Go back to a firm libdcp version.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 44de333..5b91b21 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libdcp', '1.0'),)
+ return (('libdcp', 'c4db5b5'),)
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory