1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-29 06:11:34 +00:00

Remove annoying warning

This commit is contained in:
AnyOldName3 2020-05-19 17:50:18 +01:00
parent 761558f612
commit 079be5d485

View file

@ -1,7 +1,9 @@
& "${env:COMSPEC}" /c ActivateMSVC.bat "&&" set | ForEach-Object { & "${env:COMSPEC}" /c ActivateMSVC.bat "&&" set | ForEach-Object {
if ($_.Contains("=")) {
$name, $value = $_ -split '=', 2 $name, $value = $_ -split '=', 2
Set-Content env:\"$name" $value Set-Content env:\"$name" $value
} }
}
$MissingTools = $false $MissingTools = $false
$tools = "cl", "link", "rc", "mt" $tools = "cl", "link", "rc", "mt"