summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-04-28 04:25:40 -0700
committerJan Kotas <jkotas@microsoft.com>2016-04-28 04:25:40 -0700
commit2e0435a492f079f10e49d15ab17d54f72731dc29 (patch)
treebf5bd97c83167b7832be022c9384315609d82535 /src/tools
parent1cbcfdc1243230929720f41c57ecdc1ca344b608 (diff)
parent8b1d39721675d92bdb73487fedb22d1cb5f74022 (diff)
downloadcoreclr-2e0435a492f079f10e49d15ab17d54f72731dc29.tar.gz
coreclr-2e0435a492f079f10e49d15ab17d54f72731dc29.tar.bz2
coreclr-2e0435a492f079f10e49d15ab17d54f72731dc29.zip
Merge pull request #4572 from JohnChen0/crossgen-createpdb
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 150a35364d..3b9c5ba8db 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}