summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-17 09:42:40 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-17 09:42:40 +0100
commit02d90412e98a38d2f0012183924d988ef4188e4a (patch)
treeb3d08972a42f50ef26ac2c484673edc1cacb687e /cscript
parent6fac211273eb3eddfc91124badf33af79447d8da (diff)
Bump libdcp for PKL stuff.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index eda8337..369b28e 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', '13a4ee8'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', 'f1f6fd9'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory