diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 19304cca040..39c0f12fe6c 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -338,7 +338,7 @@ HAVE_PDUMPER = @HAVE_PDUMPER@ | |||
| 338 | 338 | ||
| 339 | ## ARM Macs require that all code have a valid signature. Since pump | 339 | ## ARM Macs require that all code have a valid signature. Since pump |
| 340 | ## invalidates the signature, we must re-sign to fix it. | 340 | ## invalidates the signature, we must re-sign to fix it. |
| 341 | DO_CODESIGN=$(patsubst arm-apple-darwin%,yes,@configuration@) | 341 | DO_CODESIGN=$(patsubst aarch64-apple-darwin%,yes,@configuration@) |
| 342 | 342 | ||
| 343 | # 'make' verbosity. | 343 | # 'make' verbosity. |
| 344 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | 344 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |