summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-10-24 21:04:36 +0200
committerCarl Hetherington <cth@carlh.net>2021-10-24 21:04:36 +0200
commit4bf74789ebb4102a4f05fbb078069e1dcd6b2f43 (patch)
treee8835adcf064a48c8741cab7984bf81eb5366afe /cscript
parentabad76993dd214296fc4a273a2c42229f1bc99e5 (diff)
Bump libdcp to 1.8.4.v1.6.4
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 0660d75..9f5aca4 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.3'))
+ return (('asdcplib', 'bb09615'), ('libdcp', 'v1.8.4'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory