summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-02-12 23:14:53 +0100
committerCarl Hetherington <cth@carlh.net>2022-02-12 23:14:53 +0100
commit86c3543d7894f482c70769bcb4f2170980b23b4d (patch)
treed61e8786dc8c9b1df948324ebf441241ceb4af1e
parent63c1f9190079d4e363c916c3bd77a810ef307f4b (diff)
Bump libdcp to 1.8.7.v1.6.7
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index c2432be..48d437c 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.6'))
+ return (('asdcplib', 'bb09615'), ('libdcp', 'v1.8.7'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory