]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/Makefile.in (DO_CODESIGN): Fix architecture for Apple Silicon
authorArtem Loenko <artyom.loenko@mac.com>
Tue, 29 Dec 2020 19:41:14 +0000 (20:41 +0100)
committerPhilipp Stephani <phst@google.com>
Tue, 29 Dec 2020 19:42:01 +0000 (20:42 +0100)
src/Makefile.in

index 19304cca040c921ed542125866b36943eaee63ea..39c0f12fe6cdd91d7100999dd3b2adb96b857644 100644 (file)
@@ -338,7 +338,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 arm-apple-darwin%,yes,@configuration@)
+DO_CODESIGN=$(patsubst aarch64-apple-darwin%,yes,@configuration@)
 
 # 'make' verbosity.
 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@