mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-07 15:59:32 +03:00
revert back to generating mimalloc.dll instead of mimalloc-override.dll
This commit is contained in:
parent
b18e1546a7
commit
2db407d1e9
1 changed files with 2 additions and 2 deletions
|
@ -673,8 +673,8 @@ if (MI_OVERRIDE)
|
||||||
target_compile_definitions(mimalloc PRIVATE MI_MALLOC_OVERRIDE)
|
target_compile_definitions(mimalloc PRIVATE MI_MALLOC_OVERRIDE)
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
# on windows we should generate mimalloc-override.dll.
|
# on windows we should generate mimalloc-override.dll.
|
||||||
string(REPLACE "mimalloc" "mimalloc-override" mi_override_output_name ${mi_basename})
|
# string(REPLACE "mimalloc" "mimalloc-override" mi_override_output_name ${mi_basename})
|
||||||
set_target_properties(mimalloc PROPERTIES OUTPUT_NAME ${mi_override_output_name})
|
# set_target_properties(mimalloc PROPERTIES OUTPUT_NAME ${mi_override_output_name})
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
if(NOT WIN32)
|
if(NOT WIN32)
|
||||||
|
|
Loading…
Add table
Reference in a new issue