summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-24 02:21:27 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-24 02:21:27 +0000
commit142050c7d4ee1cbcc675c5d8e7d0834cb59624d0 (patch)
treef64c6165901d6fd0b23f3d8bbabb35775619fbc7 /cscript
parentc90be1f100b3266ba184fbd4fec06bca5a7625c7 (diff)
Bump libdcp for fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index defee68..f224836 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', '5895644'), ('libcxml', '4dfe693'), ('libdcp', '5ad493e'))
+ return (('asdcplib-cth', '5895644'), ('libcxml', '4dfe693'), ('libdcp', '8cbeb8c'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory