From 0d2ffcd97f58abed4716cbe5483f5d8c319fd196 Mon Sep 17 00:00:00 2001 From: Simon Rose <58027931+simon-ess@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:47:24 +0100 Subject: [PATCH] Typo fix on arch name (#593) --- configure/os/CONFIG.darwin-aarch64.darwin-aarch64-debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.darwin-aarch64.darwin-aarch64-debug b/configure/os/CONFIG.darwin-aarch64.darwin-aarch64-debug index 21db17445..25d27b996 100644 --- a/configure/os/CONFIG.darwin-aarch64.darwin-aarch64-debug +++ b/configure/os/CONFIG.darwin-aarch64.darwin-aarch64-debug @@ -6,7 +6,7 @@ -include $(CONFIG)/os/CONFIG.Common.darwin-aarch64 -include $(CONFIG)/os/CONFIG.darwin-aarch64.darwin-aarch64 --include $(CONFIG)/os/CONFIG_SITE.Common.darwin-aarch46 +-include $(CONFIG)/os/CONFIG_SITE.Common.darwin-aarch64 -include $(CONFIG)/os/CONFIG_SITE.darwin-aarch64.darwin-aarch64