File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
TOOLCHAIN_ROOT_USR_LIB_CLANG=$(TOOLCHAIN_ROOT)\usr\lib\clang;
7
7
TOOLCHAIN_ROOT_USR_LIB_SWIFT_CLANG=$(TOOLCHAIN_ROOT)\usr\lib\swift\clang;
8
8
ENABLE_MIMALLOC=$(ENABLE_MIMALLOC);
9
+ MIMALLOC_REDIRECT_SUFFIX=$(MIMALLOC_REDIRECT_SUFFIX);
9
10
</DefineConstants >
10
11
</PropertyGroup >
11
12
Original file line number Diff line number Diff line change 485
485
<ComponentGroup Id =" mimalloc" Directory =" _usr_bin" >
486
486
<?if $(ENABLE_MIMALLOC) == true ?>
487
487
<Component >
488
- <File Source =" $(TOOLCHAIN_ROOT)\usr\bin\mimalloc-redirect.dll" />
488
+ <File Source =" $(TOOLCHAIN_ROOT)\usr\bin\mimalloc-redirect$(MIMALLOC_REDIRECT_SUFFIX) .dll" />
489
489
</Component >
490
490
<Component >
491
- <File Source =" $(TOOLCHAIN_ROOT)\usr\bin\mimalloc-override .dll" />
491
+ <File Source =" $(TOOLCHAIN_ROOT)\usr\bin\mimalloc.dll" />
492
492
</Component >
493
493
<?endif ?>
494
494
</ComponentGroup >
You can’t perform that action at this time.
0 commit comments