mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 14:43:34 +00:00
fixing macOS issue
This commit is contained in:
2
Makefile
2
Makefile
@@ -31,7 +31,7 @@ CXX = clang++
|
|||||||
CXXFLAGS = -std=c++20 -fPIC -Wall -Wextra -DSDL_MAIN_HANDLED
|
CXXFLAGS = -std=c++20 -fPIC -Wall -Wextra -DSDL_MAIN_HANDLED
|
||||||
INCLUDES = -I./includes -I./runtime/Includes -I./runtime/Sources -I./third_party
|
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
|
PCH_SOURCE = runtime/Includes/PreCompiled.h
|
||||||
GCH = runtime/Includes/PreCompiled.h.gch
|
GCH = runtime/Includes/PreCompiled.h.gch
|
||||||
|
|||||||
Reference in New Issue
Block a user