eclass/dot-a: Make a variable local

Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
Part-of: https://github.com/gentoo/gentoo/pull/42649
Closes: https://github.com/gentoo/gentoo/pull/42649
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Krzesimir Nowak 2025-06-18 09:17:25 +02:00 committed by Sam James
parent 758285af0d
commit 8fe607898e
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -91,7 +91,7 @@ strip-lto-bytecode() {
mapfile -t -d '' files < <(find -H "${@}" -type f \( -name '*.a' -or -name '*.o' \) -print0)
toolchain_type=
local toolchain_type=
tc-is-gcc && toolchain_type=gnu
tc-is-clang && toolchain_type=llvm