From 4493afeec215e67209cdc05c39d6e3a30c3df3f4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 7 Jan 2021 12:06:42 +0100 Subject: [PATCH] Update lwext4 for build fix so that its arm64 library is relinked correctly. Otherwise gatekeeper refuses to run DCP-o-matic. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index cafbd25cc..e91607600 100644 --- a/cscript +++ b/cscript @@ -385,7 +385,7 @@ def dependencies(target, options): # the appropriate place later deps.append(('openssl', '7f29dd5')) if can_build_disk(target): - deps.append(('lwext4', 'f2a1573')) + deps.append(('lwext4', 'd67dd1b')) deps.append(('ffcmp', 'a915540')) return deps -- 2.30.2