summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-01-23 21:34:57 +0100
committerCarl Hetherington <cth@carlh.net>2020-01-23 21:37:14 +0100
commit041a00e1a4867d5eb2a414663fcb6c0b2df124a6 (patch)
treeda4fbb0dba9cefca186ee69b03052654137d9b65 /cscript
parent668e894e36667a594a50a292a40f7c0b7e64052a (diff)
Bump libdcp to v1.6.14.v1.4.17
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 46d6dc0..7f0b69c 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'd8490c6'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.13'))
+ return (('asdcplib-cth', 'd8490c6'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.14'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory