dev-db/sqlite: Unbreak cross-compilation

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
Luca Barbato
2025-02-16 20:30:07 +01:00
parent 5b927a8520
commit 792d9b35c3

View File

@@ -326,9 +326,9 @@ multilib_src_configure() {
options+=( --soname=legacy )
# https://sqlite.org/forum/forumpost/4f4d06a9f6683bb9
tc-export CC
tc-export_build_env BUILD_CC
CC_FOR_BUILD=${CC} econf "${options[@]}"
CC_FOR_BUILD=${BUILD_CC} econf "${options[@]}"
}
multilib_src_compile() {