]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/Makefile.in (DO_CODESIGN): Fix expected architecture name.
authorPhilipp Stephani <phst@google.com>
Wed, 23 Dec 2020 18:15:56 +0000 (19:15 +0100)
committerPhilipp Stephani <phst@google.com>
Wed, 23 Dec 2020 18:15:56 +0000 (19:15 +0100)
src/Makefile.in

index cfd322a41fa27e931845a3ca66b7d3c78bc8d388..eb6d2f0e91e16789b7052336cca7268938c8fe8e 100644 (file)
@@ -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@