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:
Sam James
2023-01-20 23:09:40 +00:00
parent 4eccdb1b08
commit 156c194928

View File

@@ -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='.*'