chore(buildwin): remove leftover closing curly

This commit is contained in:
Aleksandar Fabijanic 2024-01-31 16:46:32 +01:00
parent eb51c78305
commit 988e9380f2

View File

@ -213,7 +213,7 @@ function Set-Environment
$Command = Resolve-Path "$($vsdir)\..\..\VC\vcvarsall.bat"
$script:msbuild_exe = "MSBuild.exe"
}
}}
}
$tempFile = [IO.Path]::GetTempFileName()
cmd /c " `"$Command`" $CommandArg && set > `"$tempFile`" "