]> Cypherpunks repositories - gostls13.git/commit
build: add default GOROOT_BOOTSTRAP in Windows
authorGiovanni Bajo <rasky@develer.com>
Sun, 25 Feb 2018 10:32:59 +0000 (11:32 +0100)
committerGiovanni Bajo <rasky@develer.com>
Sun, 22 Mar 2020 08:44:07 +0000 (08:44 +0000)
commit683c266f958db9acff705856f2c0aeb031d9782c
treea9232b88b672ffe1e7879fe452dcb729e90ee5a9
parent787e7b048cff392d1cb68c57c99ff71602997475
build: add default GOROOT_BOOTSTRAP in Windows

CL 57753 added support to make.bash and make.rc to
default GOROOT_BOOTSTRAP to 'go env GOROOT'. This
patch does the same in make.bat for Windows.

Updates #18545
Fixes #28641

Change-Id: I9152cc5080ed219b4de5bad0bd12d7725422ee1a
Reviewed-on: https://go-review.googlesource.com/c/go/+/96455
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
src/make.bat