summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-29 19:33:35 +0000
committerCarl Hetherington <cth@carlh.net>2015-10-29 19:33:35 +0000
commitb9936eb5d8c7bfdb4e16327b600c8f812665b338 (patch)
tree0885242e501569eccd25ee701f9369f619034023 /cscript
parentf3505c1797d735754def743cd46e07b413f8ea5d (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 012ede7..862ee80 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libdcp', '6dc0cdb'),)
+ return (('libdcp', '914bd98'),)
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory