app-admin/hiprompt-gtk: tc-export AS LD CC AR

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2026-05-14 05:26:50 +02:00
parent 5702f6a494
commit edef3363a8

View File

@@ -3,6 +3,8 @@
EAPI=8
inherit toolchain-funcs
if [[ "${PV}" = "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/hiprompt-gtk"
@@ -41,4 +43,6 @@ QA_FLAGS_IGNORED=".*"
src_configure() {
export PREFIX=/usr
tc-export AS LD CC AR
}