summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-11-09 23:50:11 +0100
committerCarl Hetherington <cth@carlh.net>2021-11-09 23:50:11 +0100
commit48f24a8a9010b0f16f17d6c9b1df547ef6ee5f6a (patch)
tree76b41d5c61e3a6596cfd58af5187cefc610a9b24 /cscript
parent4bf74789ebb4102a4f05fbb078069e1dcd6b2f43 (diff)
Bump libdcp to 1.8.5.v1.6.5
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 9f5aca4..2134a37 100644
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- return (('asdcplib', 'bb09615'), ('libdcp', 'v1.8.4'))
+ return (('asdcplib', 'bb09615'), ('libdcp', 'v1.8.5'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory