summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-23 21:38:32 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-23 21:38:32 +0000
commit505abe39a51d5b858d8caff194fedda83e7e59b9 (patch)
tree2349ec006ebe6d93ba2fdc5ffbdca0a82983d4e9 /cscript
parent5ee64b29d9377944e36451dcf8802fdc04f23f3c (diff)
Bump libcxml for OS X fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 7663611..32ec8ee 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', 'caa3f20'), ('libdcp', '6c0c06a'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory