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 addd7a2 commit a39de72Copy full SHA for a39de72
utils/build.ps1
@@ -894,7 +894,7 @@ $CompilersBinaryCache = if ($IsCrossCompiling) {
894
}
895
896
function Get-BuiltToolchainTool([string] $Name) {
897
- return if ($Name) { "$CompilersBinaryCache\bin\$Name" } else { "$CompilersBinaryCache\bin" }
+ if ($Name) { "$CompilersBinaryCache\bin\$Name" } else { "$CompilersBinaryCache\bin" }
898
899
900
function Get-ClangDriverName([Platform] $Platform, [string] $Lang) {
0 commit comments