diff options
| author | Philipp Stephani | 2020-12-23 19:15:56 +0100 |
|---|---|---|
| committer | Philipp Stephani | 2020-12-23 19:15:56 +0100 |
| commit | fda9b3e83a434706c31ab1bee5c15511c0181d5a (patch) | |
| tree | d454f8284e46802b2e34cc56f01db1582b15c584 | |
| parent | 6bf22c933df642f20969b17036f8da784276f588 (diff) | |
| download | emacs-fda9b3e83a434706c31ab1bee5c15511c0181d5a.tar.gz emacs-fda9b3e83a434706c31ab1bee5c15511c0181d5a.zip | |
* src/Makefile.in (DO_CODESIGN): Fix expected architecture name.
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index cfd322a41fa..eb6d2f0e91e 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -339,7 +339,7 @@ HAVE_PDUMPER = @HAVE_PDUMPER@ | |||
| 339 | 339 | ||
| 340 | ## ARM Macs require that all code have a valid signature. Since pump | 340 | ## ARM Macs require that all code have a valid signature. Since pump |
| 341 | ## invalidates the signature, we must re-sign to fix it. | 341 | ## invalidates the signature, we must re-sign to fix it. |
| 342 | DO_CODESIGN=$(patsubst aarch64-apple-darwin%,yes,@configuration@) | 342 | DO_CODESIGN=$(patsubst arm-apple-darwin%,yes,@configuration@) |
| 343 | 343 | ||
| 344 | # 'make' verbosity. | 344 | # 'make' verbosity. |
| 345 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | 345 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |