finally fix gcc building fully

This commit is contained in:
wuggy 2026-04-19 19:28:17 -07:00
commit 7917e6bed3
12 changed files with 60 additions and 13 deletions

View file

@ -1230,8 +1230,10 @@ case "${OS_TARGET}" in
Darwin)
;;
*)
STL_FLAGS="-I${DIST}/stl_wrappers"
WRAP_STL_INCLUDES=1
if test -z "$GNU_CC"; then
STL_FLAGS="-I${DIST}/stl_wrappers"
WRAP_STL_INCLUDES=1
fi
;;
esac