mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
app-misc/lf: use ego instead of calling go directly
Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>
This commit is contained in:
@@ -24,7 +24,7 @@ src_compile() {
|
|||||||
ldflags+=' -extldflags "-static"'
|
ldflags+=' -extldflags "-static"'
|
||||||
}
|
}
|
||||||
|
|
||||||
go build -ldflags="${ldflags}" || die 'go build failed'
|
ego build -ldflags="${ldflags}"
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
|||||||
Reference in New Issue
Block a user