diff options
Diffstat (limited to 'src/make.bat')
-rw-r--r-- | src/make.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/make.bat b/src/make.bat index a64777ee91..bf25b95ca5 100644 --- a/src/make.bat +++ b/src/make.bat @@ -68,6 +68,7 @@ setlocal set GOROOT=%GOROOT_BOOTSTRAP% set GOOS= set GOARCH= +set GOBIN= "%GOROOT_BOOTSTRAP%\bin\go" build -o cmd\dist\dist.exe .\cmd\dist endlocal if errorlevel 1 goto fail |