diff --git a/Other/build.ps1 b/Other/build.ps1 index c1a269c5..ecc223fa 100644 --- a/Other/build.ps1 +++ b/Other/build.ps1 @@ -5,6 +5,9 @@ Set-Location $exec .\clean.ps1 +gcc -v +go version + Get-ChildItem -Path . -Directory | ForEach-Object { $name=$_.Name