summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-08 19:53:36 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-08 19:53:36 +0000
commit8364c00735ac3912ffc8d61828db94ef9f537a60 (patch)
treee69c3765b996812d41bbcaac2ae423f891d37d6c /cscript
parentcb800ada71e13ce3eb4e949d825523f94171bbd4 (diff)
Bump libdcp.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index f87c294..8764503 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libdcp', 'v1.2.8'),)
+ return (('libdcp', 'dc31f6d'),)
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory