mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
app-containers/incus: toggle cross-compiler logic in src_install
Closes: https://bugs.gentoo.org/930496 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
@@ -153,7 +153,7 @@ src_test() {
|
||||
src_install() {
|
||||
export GOPATH="${S}/_dist"
|
||||
|
||||
if [[ "${GOARCH}" != "amd64" ]]; then
|
||||
if tc-is-cross-compiler ; then
|
||||
local bindir="_dist/bin/linux_${GOARCH}"
|
||||
else
|
||||
local bindir="_dist/bin"
|
||||
|
||||
Reference in New Issue
Block a user