Skip to content

Commit 2fd25c6

Browse files
committed
fix compile fails with mingw32-w64-i686 compiler
1 parent c6d02ee commit 2fd25c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project (raylib-lua-sol
88
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
99
configure_file(${CMAKE_SOURCE_DIR}/cmake/CTestCustom.cmake ${CMAKE_BINARY_DIR})
1010

11-
if (WIN32)
11+
if (MSVC)
1212
#add_compile_options("/SUBSYSTEM:WINDOWS")
1313
#add_compile_options("/ENTRY:mainCRTStartup")
1414
#ADD_DEFINITIONS(/bigobj)

0 commit comments

Comments
 (0)