summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-31 23:34:40 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-31 23:34:40 +0000
commit781e08a43cc52cafab8c342ea9b7b20f3458c5fa (patch)
treea207a1e6d0188c8828531b3ef39ffff295f0004b /cscript
parent23d4d5df719e020011686ff9225845ae360f408e (diff)
Bump libdcp for asdcplib bump.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 3325a1a..9e64ef7 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', '5895644'), ('libcxml', '4dfe693'), ('libdcp', '1b9ef11'))
+ return (('asdcplib-cth', '5895644'), ('libcxml', '4dfe693'), ('libdcp', '6a85c30'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory