summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-05-14 23:17:25 +0100
committerCarl Hetherington <cth@carlh.net>2018-05-14 23:17:25 +0100
commitc405fae4fc15d9b3132e097554ec40a2bc0d6c37 (patch)
treef3fbc7800c9a2efd98f2a56fedeb54f2c4d1ec5a /cscript
parent29de8e1fbbb510df83f1d35a7a828480e40c40ab (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 65ae6e1..645c703 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.5'), ('libdcp', 'v1.5.2'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.5'), ('libdcp', 'v1.5.3'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory