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.
1 parent 90a23f1 commit b253270Copy full SHA for b253270
install-scripts/install-arm-gcc-toolchain.ps1
@@ -70,12 +70,12 @@ If ($gnuGccPathExists -eq $False -or $force) {
70
71
"Installing ARM GNU GCC toolchain..." | Write-Host -ForegroundColor White -NoNewline
72
73
- # unzip toolchain
74
- Expand-Archive $output -DestinationPath $toolPath > $null
75
-
76
# update tool path to include versioned toolchain folder
77
$toolPath = $toolPath + "\arm-gnu-toolchain-" + $Version + "-mingw-w64-i686-arm-none-eabi"
78
+ # unzip toolchain
+ Expand-Archive $output -DestinationPath $toolPath > $null
+
79
"OK" | Write-Host -ForegroundColor Green
80
}
81
0 commit comments