summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-10 10:26:42 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-10 10:26:42 +0100
commitb92c8d34405800c33a526e1d3b42ddb6398a4597 (patch)
treeb8846431517dd4c2f5750c78824d8f16965d93e2 /cscript
parent4373c3ab69cc0919620d44c355ebdee4eebbcb53 (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 02058a1..9a827e2 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libdcp', '8275576'),)
+ return (('libdcp', '1f18188'),)
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory