summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-04-07 22:14:45 +0100
committerCarl Hetherington <cth@carlh.net>2017-04-07 22:14:45 +0100
commite5b8912fe4bb3d28f9f43d7a84e555e8114533fe (patch)
tree7f5c1a697acc5a1f3cc9d47c04d0b70d932dbc76 /cscript
parent733dfda3825c6da6ff8b3ce8fadf77f785e86ad6 (diff)
Bump libdcp dep.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 683c3ab..4e7a3d3 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'v0.1.3'), ('libcxml', 'v0.15.4'), ('libdcp', 'ce32d6c'))
+ return (('asdcplib-cth', 'v0.1.3'), ('libcxml', 'v0.15.4'), ('libdcp', '45fd755'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory