toolchain.eclass: fix typo in comment

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-04-24 21:44:07 +01:00
parent 7b5bbfdd6d
commit b11d38f11d

View File

@@ -1834,7 +1834,7 @@ toolchain_src_configure() {
fi
if [[ ${CTARGET} != *-darwin* ]] && tc_version_is_at_least 14.1 ; then
# This allows passing -stdlib-=libc++ at runtime.
# This allows passing -stdlib=libc++ at runtime.
confgcc+=( --with-gxx-libcxx-include-dir="${ESYSROOT}"/usr/include/c++/v1 )
fi