We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e798e9c + efc3170 commit bf4ec3eCopy full SHA for bf4ec3e
utils/build.ps1
@@ -195,7 +195,7 @@ param
195
[string] $AndroidSDKVersionDefault = "Android",
196
197
# Windows SDK Options
198
- [switch] $Windows = $true,
+ [switch] $Windows = $false,
199
[ValidatePattern("^\d+\.\d+\.\d+(?:-\w+)?")]
200
[string] $WinSDKVersion = "",
201
[string[]] $WindowsSDKArchitectures = @("X64","X86","Arm64"),
0 commit comments