* src/Makefile.in (DO_CODESIGN): Fix architecture for Apple Silicon

This commit is contained in:
Artem Loenko 2020-12-29 20:41:14 +01:00 committed by Philipp Stephani
parent 0a82e66db4
commit a88f63500e

View file

@ -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@