Skip to content

Commit

Permalink
fixing macOS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbz-8 committed Jan 11, 2025
1 parent f73fa1b commit d2a8ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2a8ac4

Please sign in to comment.