summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-10 21:44:15 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-10 21:44:15 +0100
commit965301324c77d2c168cbda55ff6b70a08fe4e4a6 (patch)
tree7c3575186abd484cf76bf0e13c007e40e43f0659 /cscript
parentbde22cbbc4c95892899178dd6f8a1f2636acb960 (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 afffb28..f163df1 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'b536bc0'), ('libcxml', 'a45e430'), ('libdcp', '5d8a158'))
+ return (('asdcplib-cth', 'b536bc0'), ('libcxml', 'a45e430'), ('libdcp', 'f380b96'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory