From 741ea7cbed5ea12b5b1f3e67b5aff0dd75124721 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 15 Aug 2022 19:15:34 +0200 Subject: [PATCH] Bump libdcp to be more tolerant of some missing XML tags. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index c4205e8..5f48e05 100644 --- a/cscript +++ b/cscript @@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - return (('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'), ('libdcp', 'v1.8.24')) + return (('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'), ('libdcp', 'v1.8.25')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory -- 2.30.2