summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-11-13 14:55:56 +0100
committerCarl Hetherington <cth@carlh.net>2022-11-13 15:14:38 +0100
commit1ed8ca425156f1633bafa4e8ace39817b0bbc042 (patch)
tree3442bcc2b269fc00a2a011320b5dfac7c35a0000 /cscript
parent0a93aa1910203e1c355b6e48ccdede4a14fdd421 (diff)
Bump libdcp for build fix.new-mxe
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index e545958..8045e78 100644
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', 'v1.8.31'))
+ return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', '970315483257522808270ca0f7a72c2c5c7fc26a'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory