From d2a8ac46f670cfce7f8eeb4d1b7686539b1e1cb3 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Sat, 11 Jan 2025 22:47:26 +0100 Subject: [PATCH] fixing macOS issue --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 37104a3..81930c5 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ CXX = clang++ CXXFLAGS = -std=c++20 -fPIC -Wall -Wextra -DSDL_MAIN_HANDLED INCLUDES = -I./includes -I./runtime/Includes -I./runtime/Sources -I./third_party -CXXPCHFLAGS = -xc++-header +CXXPCHFLAGS = -xc++-header -std=c++20 -Wall -Wextra PCH_SOURCE = runtime/Includes/PreCompiled.h GCH = runtime/Includes/PreCompiled.h.gch