summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-04 23:31:47 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-08 00:41:10 +0100
commitee5d2c8c1d4e79fdb470687b020a5acb234e9024 (patch)
treeb65ac53fc8400dc1781e9d5e2b4ab1a66f301f77 /cscript
parent47727a7c80b60a0fd0ce18d8347b14241fc48f97 (diff)
Bump libdcp.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index a420b98..64eb4e9 100644
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- libdcp = ('libdcp', '0f1034f')
+ libdcp = ('libdcp', 'd39880e')
libcxml = ('libcxml', 'c336f86')
return (('asdcplib', 'carl'), libcxml, libdcp)