Skip to content

Commit 0ef105e

Browse files
committed
Adjust to mimalloc v3.0.1
1 parent 647fe54 commit 0ef105e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

platforms/Windows/bld/bld.wixproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
TOOLCHAIN_ROOT_USR_LIB_CLANG=$(TOOLCHAIN_ROOT)\usr\lib\clang;
77
TOOLCHAIN_ROOT_USR_LIB_SWIFT_CLANG=$(TOOLCHAIN_ROOT)\usr\lib\swift\clang;
88
ENABLE_MIMALLOC=$(ENABLE_MIMALLOC);
9+
MIMALLOC_REDIRECT_SUFFIX=$(MIMALLOC_REDIRECT_SUFFIX);
910
</DefineConstants>
1011
</PropertyGroup>
1112

platforms/Windows/bld/bld.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,10 +485,10 @@
485485
<ComponentGroup Id="mimalloc" Directory="_usr_bin">
486486
<?if $(ENABLE_MIMALLOC) == true ?>
487487
<Component>
488-
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\mimalloc-redirect.dll" />
488+
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\mimalloc-redirect$(MIMALLOC_REDIRECT_SUFFIX).dll" />
489489
</Component>
490490
<Component>
491-
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\mimalloc-override.dll" />
491+
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\mimalloc.dll" />
492492
</Component>
493493
<?endif?>
494494
</ComponentGroup>

0 commit comments

Comments
 (0)