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 4bd370f + c7d2531 commit 121c759Copy full SHA for 121c759
utils/build.ps1
@@ -1366,7 +1366,7 @@ function Get-Dependencies {
1366
1367
# TODO(compnerd) stamp/validate that we need to re-extract
1368
New-Item -ItemType Directory -ErrorAction Ignore $BinaryCache\toolchains | Out-Null
1369
- Extract-Toolchain "$PinnedToolchain.exe" $BinaryCache $PinnedToolchain.TrimStart("swift-").TrimEnd("-a-windows10")
+ Extract-Toolchain "$PinnedToolchain.exe" $BinaryCache $PinnedToolchain.TrimStart("swift-").TrimEnd("-arm64").TrimEnd("-a-windows10")
1370
Write-Success "Swift Toolchain $PinnedVersion"
1371
1372
if ($Android) {
0 commit comments