File tree 2 files changed +0
-10
lines changed
2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 4
4
$(DefineConstants);
5
5
_USR_LIB_CLANG=$(ImageRoot)\Toolchains\$(ProductVersion)+Asserts\usr\lib\clang;
6
6
_USR_LIB_SWIFT_CLANG=$(ImageRoot)\Toolchains\$(ProductVersion)+Asserts\usr\lib\swift\clang;
7
- WORKAROUND_MIMALLOC_ISSUE_997=$(WORKAROUND_MIMALLOC_ISSUE_997);
8
7
</DefineConstants >
9
8
</PropertyGroup >
10
9
Original file line number Diff line number Diff line change 535
535
<File Source =" $(ToolchainRoot)\usr\bin\mimalloc-redirect-arm64.dll" />
536
536
<?endif ?>
537
537
</Component >
538
- <?if $(WORKAROUND_MIMALLOC_ISSUE_997) = True ?>
539
- <Component >
540
- <?if $(ProductArchitecture) = " amd64" ?>
541
- <File Source =" $(ToolchainRoot)\usr\bin\mimalloc-redirect-arm64.dll" />
542
- <?elseif $(ProductArchitecture) = " arm64" ?>
543
- <File Source =" $(ToolchainRoot)\usr\bin\mimalloc-redirect.dll" />
544
- <?endif ?>
545
- </Component >
546
- <?endif ?>
547
538
</ComponentGroup >
548
539
549
540
<ComponentGroup Id =" Configuration" >
You can’t perform that action at this time.
0 commit comments