emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 fda9b3e: * src/Makefile.in (DO_CODESIGN): Fix expected architec


From: Philipp Stephani
Subject: emacs-27 fda9b3e: * src/Makefile.in (DO_CODESIGN): Fix expected architecture name.
Date: Wed, 23 Dec 2020 13:16:59 -0500 (EST)

branch: emacs-27
commit fda9b3e83a434706c31ab1bee5c15511c0181d5a
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    * src/Makefile.in (DO_CODESIGN): Fix expected architecture name.
---
 src/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.in b/src/Makefile.in
index cfd322a..eb6d2f0 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@



reply via email to

[Prev in Thread] Current Thread [Next in Thread]