From 0fe6fc3f4d7bf3dd982306ba2bfc159838187950 Mon Sep 17 00:00:00 2001 From: Dr-Noob Date: Thu, 11 Jul 2024 08:17:26 +0100 Subject: [PATCH] [v1.05][ARM] Fix mistake in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9dd944a..4606f97 100644 --- a/Makefile +++ b/Makefile @@ -43,8 +43,8 @@ ifneq ($(OS),Windows_NT) CFLAGS += -DARCH_ARM -Wno-unused-parameter -std=c99 -fstack-protector-all ifeq ($(os), Darwin) - SOURCE += $(COMMON_SRC)sysctl.c - HEADERS += $(COMMON_SRC)sysctl.h + SOURCE += $(SRC_COMMON)sysctl.c + HEADERS += $(SRC_COMMON)sysctl.h endif else ifeq ($(arch), $(filter $(arch), riscv64 riscv32)) SRC_DIR=src/riscv/