summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-05-05 23:07:06 +0200
committerCarl Hetherington <cth@carlh.net>2022-05-05 23:07:06 +0200
commita23d106d15259440ba66c15f1dca4b6ba30c075e (patch)
tree424866c84e6a0632ac21cfd4b723f73794bee047 /cscript
parent7ed26aa4ddb33c9c01a3a22fe99c7759321b1246 (diff)
Bump libdcp (right this time).
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 1110c2c..32179f9 100644
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- return (('asdcplib', 'c5b8b7e1e229895b8afcb20287f22f90dd8e9d45'), ('libdcp', 'f031667bd2769d3daf9c49115f21a099fafcee46'))
+ return (('asdcplib', 'c5b8b7e1e229895b8afcb20287f22f90dd8e9d45'), ('libdcp', 'd0d456fcae355a07ac27102ae9da2680bece6454'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory