summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-09 00:02:35 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-09 00:02:35 +0200
commit9901351e2a2620269c28ac1de4ae27a5599b1e24 (patch)
tree5f6b912d7aef379324575f6d521ff1ef6f093c28 /cscript
parent2bbddc66e34dd8b18a8a53add6149021aa19e6d9 (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 ac0467e..ebbbe61 100644
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- return (('asdcplib', 'bb09615'), ('libdcp', '3a328b6'))
+ return (('asdcplib', 'bb09615'), ('libdcp', '4552587'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory