summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-14 00:58:58 +0000
committerCarl Hetherington <cth@carlh.net>2018-03-14 00:58:58 +0000
commitdebe9fb034de72ec94eb54194c14d335ff3ca282 (patch)
tree63f737bc81d1aa00dfff112ce1be308edadc436b /cscript
parent708eff1d9b39bb63965b831082dd1b35c86a2054 (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 12898df..b30a147 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.5'), ('libdcp', '92d0468'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.5'), ('libdcp', '623e197'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory