mirror of
https://github.com/wahyd4/gvm.git
synced 2026-08-09 04:46:19 +10:00
Merge pull request #154 from kei-yamazaki/goroot_bootstrap
Fix compilation problem of go1.5
This commit is contained in:
@@ -81,6 +81,7 @@ copy_source() {
|
||||
|
||||
compile_go() {
|
||||
display_message " * Compiling..."
|
||||
[ -z "$GOROOT_BOOTSTRAP" ] && export GOROOT_BOOTSTRAP=$GOROOT
|
||||
unset GOARCH && unset GOOS && unset GOPATH && unset GOBIN && unset GOROOT &&
|
||||
export GOBIN=$GO_INSTALL_ROOT/bin &&
|
||||
export PATH=$GOBIN:$PATH &&
|
||||
|
||||
Reference in New Issue
Block a user