X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=f2f2089f386f44bc72cfab7ec4344a3e5b76de6c;hb=2f573d99e0608dce38bb056542ba15e7edb906d4;hp=953258c57f1b5dfb32ee4112127dc7fdd1830e2f;hpb=7be70e3bc2855cbc0147af793e361d2a340ef15f;p=mono.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 953258c57f1..f2f2089f386 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)