Bump libdcp for macOS warning fix. mac-warning
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 09:47:41 +0000 (11:47 +0200)
cscript

diff --git a/cscript b/cscript
index 07139a7969a92c2155597aa4fd501315aa9dc3af..f610f03d1fbbf121be9056bc871939811bbbc8c3 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', 'd06c2809593501c73ba8bdb2396e487370c73274'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory