From 5cf92b502d4d2bd026f580dc93ba243f657b0e79 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> Date: Mon, 8 Apr 2024 01:26:29 +0200 Subject: PowerPC: Add support for li, improving code... Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 04d6ae1..e0d960c 100644 --- a/makefile +++ b/makefile @@ -7,7 +7,7 @@ # ======================================================== # -COMMON_INC=-IHeaders -I./ +COMMON_INC=-I./Headers -I./ -I./Sources/Detail ifeq ($(shell uname), "Darwin") LINK_CC=g++ -std=c++20 -- cgit v1.2.3