mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
go-module.eclass: fix typo in buildmode
Fixes: f4dade77c0
Bug: https://bugs.gentoo.org/702598
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -100,7 +100,7 @@ export GOMODCACHE="${WORKDIR}/go-mod"
|
||||
# -modcacherw makes the build cache read/write
|
||||
# -v prints the names of packages as they are compiled
|
||||
# -x prints commands as they are executed
|
||||
export GOFLAGS="-buildmod=pie -buildvcs=false -modcacherw -v -x"
|
||||
export GOFLAGS="-buildmode=pie -buildvcs=false -modcacherw -v -x"
|
||||
|
||||
# Do not complain about CFLAGS etc since go projects do not use them.
|
||||
QA_FLAGS_IGNORED='.*'
|
||||
|
||||
Reference in New Issue
Block a user