summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-11-17 11:45:58 +0100
committerCarl Hetherington <cth@carlh.net>2019-11-17 11:45:58 +0100
commit5f987fa2ef789aa438f209f4e4a9d6611801b971 (patch)
treede7aa364035cfa41b0361d07250f3101cad78e83
parent97da2b6c2d437321808acbae4d9a15e2f73ed2b1 (diff)
Bump deps for Python 3 build system compatibility.v1.4.14
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 4f366aa..8870ca0 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', '6648afc'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.11'))
+ return (('asdcplib-cth', 'd8490c6'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.12'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory