summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-06-21 11:47:41 +0200
committerCarl Hetherington <cth@carlh.net>2022-06-21 18:53:39 +0200
commit207ed52da31616de2d80c5ff0c65182a6f92acf2 (patch)
tree213ad848bd708463aac6bd232783cee44da0916a
parente09517751f51751c168493053ecd5b902cac70e8 (diff)
Bump libdcp for macOS warning fix.v1.6.23
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 07139a7..50782bd 100644
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- return (('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'), ('libdcp', 'v1.8.21'))
+ return (('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'), ('libdcp', 'v1.8.22'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory