Skip to content

Commit

Permalink
make: remove MinGW version specific include paths, the defaults seem …
Browse files Browse the repository at this point in the history
…to work fine
  • Loading branch information
attilammagyar committed May 9, 2023
1 parent 70b145e commit 52829ee
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions make/windows-mingw.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@ TARGET_PLATFORM_CXXFLAGS = \
-D UNICODE \
-D _UNICODE

TARGET_PLATFORM_CXXINCS = \
-I$(ROOT_DIR)/lib/gcc/x86_64-w64-mingw32/12.2.0/include \
-I$(ROOT_DIR)/include/c++/12.2.0/backward \
-I$(ROOT_DIR)/include/c++/12.2.0/x86_64-w64-mingw32 \
-I$(ROOT_DIR)/include/c++/12.2.0 \
-I$(ROOT_DIR)/include
TARGET_PLATFORM_CXXINCS =

RM = del /q
MKDIR = mkdir
Expand Down

0 comments on commit 52829ee

Please sign in to comment.