summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-19 15:15:52 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-19 15:15:52 +0000
commitf43148f72cb19dfb2d1f1f80d87bbe24641d481c (patch)
tree9b3c9650491b68ed508e52d907350a0657ca7836
parent5ee64b29d9377944e36451dcf8802fdc04f23f3c (diff)
Bump libcxml and libdcp.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 7663611..6eabaea 100644
--- a/cscript
+++ b/cscript
@@ -20,7 +20,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', '6648afc'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.4'))
+ return (('asdcplib-cth', '6648afc'), ('libcxml', '670c528'), ('libdcp', '097f27f'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory