File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ If no such Windows SDK is installed, it will be downloaded from nuget.
66
66
Include the ds2 remote debug server in the SDK.
67
67
This component is currently only supported in Android builds.
68
68
69
- . PARAMETER IncludeSanitizers
69
+ . PARAMETER BuildSanitizers
70
70
If set, include ASAN and UBSAN artifacts in the toolchain.
71
71
72
72
. PARAMETER SkipBuild
@@ -138,7 +138,7 @@ param(
138
138
[switch ] $SkipRedistInstall = $false ,
139
139
[switch ] $SkipPackaging = $false ,
140
140
[switch ] $IncludeDS2 = $false ,
141
- [switch ] $IncludeSanitizers = $false ,
141
+ [switch ] $BuildSanitizers = $false ,
142
142
[string []] $Test = @ (),
143
143
[string ] $Stage = " " ,
144
144
[string ] $BuildTo = " " ,
@@ -2775,7 +2775,7 @@ if (-not $SkipBuild) {
2775
2775
2776
2776
Invoke-BuildStep Build-CMark $HostArch
2777
2777
Invoke-BuildStep Build-Compilers $HostArch
2778
- if ($IncludeSanitizers ) {
2778
+ if ($BuildSanitizers ) {
2779
2779
$InstallTo = " $ ( $HostArch.ToolchainInstallRoot ) \usr"
2780
2780
foreach ($Arch in $WindowsSDKArchs ) {
2781
2781
Invoke-BuildStep Build-Sanitizers Windows $Arch $InstallTo
You can’t perform that action at this time.
0 commit comments