summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-07 12:06:42 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-07 12:06:42 +0100
commit4493afeec215e67209cdc05c39d6e3a30c3df3f4 (patch)
tree2ae7182a8b27bd7a6760c249294c15db2022a41c /cscript
parent7c4d7ce5b9408a68ddf7c6122339ee472341cad7 (diff)
Update lwext4 for build fix so that its arm64 library is relinkedv2.15.118
correctly. Otherwise gatekeeper refuses to run DCP-o-matic.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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