mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-go/act: add -x for verbose Go build
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -47,7 +47,7 @@ src_compile() {
|
||||
fi
|
||||
|
||||
cd "${S}"/Source || die
|
||||
go build -o ../${PN} *.go || die
|
||||
go build -x -o ../${PN} *.go || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user