Skip to content

Commit 5bee11b

Browse files
committed
there is no std=c++11 flag for MSVC
1 parent 651bb31 commit 5bee11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ CPPFLAGS = /W4 \
4343
"/DVERSION=\"$(VERSION)\"" \
4444
"/DSUB_VERSION=\"$(SUB_VERSION)\""
4545

46-
CXXFLAGS = /std:c++11
46+
CXXFLAGS = /std:c11
4747
INCLUDE_DIRS = /I..\shared \
4848
/I..\external\sdl\build\include \
4949
/I..\external\imgui \

0 commit comments

Comments
 (0)