* src/Makefile.in (DO_CODESIGN): Fix expected architecture name.
This commit is contained in:
parent
6bf22c933d
commit
fda9b3e83a
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,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 aarch64-apple-darwin%,yes,@configuration@)
|
||||
DO_CODESIGN=$(patsubst arm-apple-darwin%,yes,@configuration@)
|
||||
|
||||
# 'make' verbosity.
|
||||
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
||||
|
|
Loading…
Add table
Reference in a new issue