[FREELDR] We don't need the hotpatch flag in MSVC builds for this module. CORE-10477

svn path=/trunk/; revision=69825
This commit is contained in:
Amine Khaldi 2015-11-07 09:03:26 +00:00
parent bad73efd4e
commit 3d52f24d8b

View file

@ -5,6 +5,11 @@ if(SEPARATE_DBG)
set(CMAKE_LDR_PE_HELPER_STANDARD_LIBRARIES "-lgcc" CACHE STRING "Standard C Libraries")
endif()
if(MSVC)
# We don't need it here
replace_compile_flags("/hotpatch" " ")
endif()
spec2def(freeldr.sys freeldr.spec)
if(ARCH STREQUAL "i386")