diff options
Diffstat (limited to 'dev-libs/protobuf/protobuf-3.17.3.ebuild')
-rw-r--r-- | dev-libs/protobuf/protobuf-3.17.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/protobuf/protobuf-3.17.3.ebuild b/dev-libs/protobuf/protobuf-3.17.3.ebuild index 1254928d7c06..a29ab8dcb86c 100644 --- a/dev-libs/protobuf/protobuf-3.17.3.ebuild +++ b/dev-libs/protobuf/protobuf-3.17.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2008-2021 Gentoo Authors +# Copyright 2008-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -74,6 +74,7 @@ src_configure() { multilib_src_configure() { local options=( + OBJC="$(tc-getBUILD_CC)" $(use_enable static-libs static) $(use_with zlib) ) |