[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master a88f635: * src/Makefile.in (DO_CODESIGN): Fix architecture for Ap
From: |
Philipp Stephani |
Subject: |
master a88f635: * src/Makefile.in (DO_CODESIGN): Fix architecture for Apple Silicon |
Date: |
Tue, 29 Dec 2020 14:45:17 -0500 (EST) |
branch: master
commit a88f63500e475f842e5fbdd9abba4ce122cdb082
Author: Artem Loenko <artyom.loenko@mac.com>
Commit: Philipp Stephani <phst@google.com>
* src/Makefile.in (DO_CODESIGN): Fix architecture for Apple Silicon
---
src/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile.in b/src/Makefile.in
index 19304cc..39c0f12 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@
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master a88f635: * src/Makefile.in (DO_CODESIGN): Fix architecture for Apple Silicon,
Philipp Stephani <=