dev-util/deblob: tc-export AS LD CC AR

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2026-03-20 07:42:05 +01:00
parent 82e3047054
commit b173faa8e7
2 changed files with 13 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
EAPI=8
inherit toolchain-funcs
MY_TEST_V="0.12"
if [[ "$PV" == 9999 ]]; then
@@ -67,6 +69,10 @@ then
}
fi
src_configure() {
tc-export AS LD CC AR
}
src_install() {
PREFIX="/usr" default
}

View File

@@ -3,7 +3,9 @@
EAPI=8
MY_TEST_V="0.10"
inherit toolchain-funcs
MY_TEST_V="0.12"
if [[ "$PV" == 9999 ]]; then
inherit git-r3
@@ -67,6 +69,10 @@ then
}
fi
src_configure() {
tc-export AS LD CC AR
}
src_install() {
PREFIX="/usr" default
}