cmake_modules/platform.cmake
branchwebgl
changeset 9197 e4e366013e9a
parent 9191 fc54667b1203
child 9219 0a4b6bb69f99
--- a/cmake_modules/platform.cmake	Sun Jun 16 00:46:11 2013 +0400
+++ b/cmake_modules/platform.cmake	Mon Jun 17 16:56:58 2013 +0200
@@ -73,8 +73,8 @@
 
 endif(APPLE)
 
-if(WINDOWS)
+if(WIN32)
     #this flags prevents a few dll hell problems
     set(CMAKE_C_FLAGS "-static-libgcc ${CMAKE_C_FLAGS}")
-endif(WINDOWS)
+endif(WIN32)