mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
build-style/go: allow override GOTOOLCHAIN
This commit is contained in:
parent
e0a00298e8
commit
c359aaaa46
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ export CGO_CXXFLAGS="$CXXFLAGS"
|
||||||
export CGO_LDFLAGS="$LDFLAGS"
|
export CGO_LDFLAGS="$LDFLAGS"
|
||||||
export CGO_ENABLED="${CGO_ENABLED:-1}"
|
export CGO_ENABLED="${CGO_ENABLED:-1}"
|
||||||
export GO111MODULE=auto
|
export GO111MODULE=auto
|
||||||
export GOTOOLCHAIN=local
|
export GOTOOLCHAIN="${GOTOOLCHAIN:-local}"
|
||||||
export GOPROXY="https://proxy.golang.org,direct"
|
export GOPROXY="https://proxy.golang.org,direct"
|
||||||
export GOSUMDB="sum.golang.org"
|
export GOSUMDB="sum.golang.org"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue