Skip to content

Commit 6a7a115

Browse files
committed
win32: use GCC ompiler flags on MinGW
1 parent 86918b8 commit 6a7a115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/NaClFlags.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ macro(set_linker_flag FLAG)
3939
endmacro()
4040

4141
# From MakeUnixLikeEnv() from (root)/SConstruct
42-
if (LINUX OR APPLE)
42+
if (LINUX OR APPLE OR MINGW)
4343
set_c_flag("-std=gnu99")
4444
set_c_flag("-Wdeclaration-after-statement")
4545
set_c_flag("-Wstrict-prototypes")

0 commit comments

Comments
 (0)