Bump libdcp for enum class stuff.
authorCarl Hetherington <cth@carlh.net>
Thu, 21 Jan 2021 19:14:26 +0000 (20:14 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 21 Jan 2021 19:14:26 +0000 (20:14 +0100)
cscript

diff --git a/cscript b/cscript
index 3ba027cddcd7945ba47d9b78f29cfee34d0d9266..8042b731372edddc0c9f56aa22e96b055209d1de 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    libdcp = ('libdcp', 'b221efe')
+    libdcp = ('libdcp', 'e5f89bf')
     return (('asdcplib', 'carl'), libdcp)
 
 def build(target, options):