Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2009-11-21 00:41:05 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2009-11-21 00:41:05 +0300
commitef19d7824c18408f8e35b72d451d3db35269bb75 (patch)
treeb103006a530548b61b59d66b233b65de28ccf7d7 /CMakeLists.txt
parent4d84998078be319f9874569dbb93979072cd7ac0 (diff)
one more
svn path=/trunk/mono/; revision=146646
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
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)