summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-23 09:31:12 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-23 09:31:12 +0100
commit564e31e95fc403c2c35dc7410207d02f461db3a5 (patch)
tree4d16c76f4a1c90502549069d7e4abfd8bc1da738
parente3d8790ae7c9f8dbbcc9cd8a1fa5c0fede26b872 (diff)
libdcp bump.win
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 8a3e03d..bd33cfd 100644
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- libdcp = ('libdcp', '472b1e8')
+ libdcp = ('libdcp', '302a059')
return (('asdcplib', 'carl'), libdcp)
def build(target, options):