Bump libdcp for macOS warning fix. v1.6.23
authorCarl Hetherington <cth@carlh.net>
Tue, 21 Jun 2022 09:47:41 +0000 (11:47 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 21 Jun 2022 16:53:39 +0000 (18:53 +0200)
cscript

diff --git a/cscript b/cscript
index 07139a7969a92c2155597aa4fd501315aa9dc3af..50782bd7a6f109a59b94ab15cb183ef2f7d76ab6 100644 (file)
--- 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