mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* src/Makefile.in (DO_CODESIGN): Fix architecture for Apple Silicon
This commit is contained in:
parent
0a82e66db4
commit
a88f63500e
1 changed files with 1 additions and 1 deletions
|
|
@ -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@
|
||||
|
|
|
|||
Loading…
Reference in a new issue