summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-02-14 22:05:23 +0100
committerCarl Hetherington <cth@carlh.net>2021-02-14 22:05:23 +0100
commit3d2a5131497e0ca00d3b878ab8c8550702244386 (patch)
tree16c4f02cb057a31671d3a6f1c7e5256279d15f8e /cscript
parent2ac27e6b917111d0f04dd24578f5425c569031dc (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 643a304..5fe74ba 100644
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- return (('asdcplib', 'bb09615'), ('libdcp', 'bed820d'))
+ return (('asdcplib', 'bb09615'), ('libdcp', '9b6997a'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory