projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a82e66
)
* src/Makefile.in (DO_CODESIGN): Fix architecture for Apple Silicon
author
Artem Loenko
<artyom.loenko@mac.com>
Tue, 29 Dec 2020 19:41:14 +0000
(20:41 +0100)
committer
Philipp Stephani
<phst@google.com>
Tue, 29 Dec 2020 19:42:01 +0000
(20:42 +0100)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 19304cca040c921ed542125866b36943eaee63ea..39c0f12fe6cdd91d7100999dd3b2adb96b857644 100644
(file)
--- 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 a
rm
-apple-darwin%,yes,@configuration@)
+DO_CODESIGN=$(patsubst a
arch64
-apple-darwin%,yes,@configuration@)
# 'make' verbosity.
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@