Skip to content

Commit bf4ec3e

Browse files
authored
Merge pull request #84892 from compnerd/no-sdk
build.ps1: change default for `-Windows` to `$False`
2 parents e798e9c + efc3170 commit bf4ec3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ param
195195
[string] $AndroidSDKVersionDefault = "Android",
196196

197197
# Windows SDK Options
198-
[switch] $Windows = $true,
198+
[switch] $Windows = $false,
199199
[ValidatePattern("^\d+\.\d+\.\d+(?:-\w+)?")]
200200
[string] $WinSDKVersion = "",
201201
[string[]] $WindowsSDKArchitectures = @("X64","X86","Arm64"),

0 commit comments

Comments
 (0)