summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2020-12-23 19:15:56 +0100
committerPhilipp Stephani <phst@google.com>2020-12-23 19:15:56 +0100
commitfda9b3e83a434706c31ab1bee5c15511c0181d5a (patch)
treed454f8284e46802b2e34cc56f01db1582b15c584
parent6bf22c933df642f20969b17036f8da784276f588 (diff)
downloademacs-fda9b3e83a434706c31ab1bee5c15511c0181d5a.tar.gz
* src/Makefile.in (DO_CODESIGN): Fix expected architecture name.
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index cfd322a41fa..eb6d2f0e91e 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -339,7 +339,7 @@ HAVE_PDUMPER = @HAVE_PDUMPER@
## ARM Macs require that all code have a valid signature. Since pump
## invalidates the signature, we must re-sign to fix it.
-DO_CODESIGN=$(patsubst aarch64-apple-darwin%,yes,@configuration@)
+DO_CODESIGN=$(patsubst arm-apple-darwin%,yes,@configuration@)
# 'make' verbosity.
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@