mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
toolchain.eclass: another .json fixup
Bug: https://bugs.gentoo.org/948394 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -2649,7 +2649,7 @@ toolchain_src_install() {
|
||||
# Hack for C++ modules
|
||||
if ! is_crosscompile; then
|
||||
# PR19266 (bug #948394)
|
||||
sed -i -e "s,\.\./lib/gcc/${CHOST}/${GCCMAJOR}/include/,../../../../include/," \
|
||||
sed -i -e "s,\.\./lib/gcc/${CHOST}/${GCCMAJOR}/include/,include/," \
|
||||
"${ED}"/usr/lib/gcc/${CHOST}/${GCCMAJOR}/libstdc++.modules.json || die
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user