From: Artem Loenko Date: Tue, 29 Dec 2020 19:41:14 +0000 (+0100) Subject: * src/Makefile.in (DO_CODESIGN): Fix architecture for Apple Silicon X-Git-Tag: emacs-28.0.90~4499 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a88f63500e475f842e5fbdd9abba4ce122cdb082;p=emacs.git * src/Makefile.in (DO_CODESIGN): Fix architecture for Apple Silicon --- diff --git a/src/Makefile.in b/src/Makefile.in index 19304cca040..39c0f12fe6c 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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@