* src/Makefile.in (DO_CODESIGN): Fix expected architecture name.

This commit is contained in:
Philipp Stephani 2020-12-23 19:15:56 +01:00
parent 6bf22c933d
commit fda9b3e83a

View file

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