summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorJohnChen0 <jochen@microsoft.com>2016-04-25 13:56:54 -0700
committerJohnChen0 <jochen@microsoft.com>2016-04-25 13:56:54 -0700
commit8b1d39721675d92bdb73487fedb22d1cb5f74022 (patch)
treeb20261106c1121ac9294540f11a0e9d2a6af45f3 /src/tools
parentc76a1d610c4ed048cf83f4020035d82f0d77b9b5 (diff)
downloadcoreclr-8b1d39721675d92bdb73487fedb22d1cb5f74022.tar.gz
coreclr-8b1d39721675d92bdb73487fedb22d1cb5f74022.tar.bz2
coreclr-8b1d39721675d92bdb73487fedb22d1cb5f74022.zip
Enable crossgen /createpdb command on Windows
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/crossgen/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/crossgen/CMakeLists.txt b/src/tools/crossgen/CMakeLists.txt
index f16c188c3c..ee29e57d6b 100644
--- a/src/tools/crossgen/CMakeLists.txt
+++ b/src/tools/crossgen/CMakeLists.txt
@@ -14,10 +14,10 @@ endif()
if(CLR_CMAKE_PLATFORM_UNIX)
add_compile_options(-fPIE)
+ add_definitions(-DNO_NGENPDB)
endif(CLR_CMAKE_PLATFORM_UNIX)
add_definitions(-DFX_VER_INTERNALNAME_STR=crossgen.exe)
-add_definitions(-DNO_NGENPDB)
add_executable_clr(crossgen
${crossgen_SOURCES}