From 225b7537645bb798fc5b16e31055bed1b5e1b2d8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 10 Oct 2021 23:31:38 +0200 Subject: [PATCH] Bump libdcp for macOS test fix. --- cscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cscript b/cscript index 5a2da6d1..c70b30d6 100644 --- a/cscript +++ b/cscript @@ -39,9 +39,9 @@ option_defaults = { 'jpeg': 'oj2' } def dependencies(target, options): libcxml = ('libcxml', 'v0.17.2') if options['jpeg'] == 'oj1': - return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'bb09615')) + return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'c936f53')) else: - return (libcxml, ('openjpeg', 'a1403c2'), ('asdcplib', 'bb09615')) + return (libcxml, ('openjpeg', 'a1403c2'), ('asdcplib', 'c936f53')) def build(target, options): cmd = './waf configure --disable-examples --disable-benchmarks --prefix=%s' % target.directory -- 2.30.2