summaryrefslogtreecommitdiff
path: root/dev-db/sqlite/sqlite-3.49.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/sqlite/sqlite-3.49.0.ebuild')
-rw-r--r--dev-db/sqlite/sqlite-3.49.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/sqlite/sqlite-3.49.0.ebuild b/dev-db/sqlite/sqlite-3.49.0.ebuild
index 04ed199f3b1b..12a1086d079a 100644
--- a/dev-db/sqlite/sqlite-3.49.0.ebuild
+++ b/dev-db/sqlite/sqlite-3.49.0.ebuild
@@ -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() {