Fix 'compiler-tests'
[mono.git] / CMakeLists.txt
index 953258c57f1b5dfb32ee4112127dc7fdd1830e2f..f2f2089f386f44bc72cfab7ec4344a3e5b76de6c 100644 (file)
@@ -379,7 +379,8 @@ if(use_sigposix)
   set(PLATFORM_SIGPOSIX 1)
 endif()
 if(platform_win32)
-  set(PLATFORM_WIN32 yes)
+  set(HOST_WIN32 yes)
+  set(TARGET_WIN32 yes)
 endif()
 if(${target_os} MATCHES "*linux*")
   set(PLATFORM_LINUX yes)