mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
Replace custom stdlib implementations with the compiler defaults
This commit is contained in:
parent
be4773e168
commit
ef314d225f
3 changed files with 9 additions and 22 deletions
|
|
@ -276,8 +276,8 @@ case "$target" in
|
|||
|
||||
unset _MSVC_VER_FILTER
|
||||
|
||||
WRAP_STL_INCLUDES=1
|
||||
STL_FLAGS="-I${DIST}/stl_wrappers"
|
||||
WRAP_STL_INCLUDES=
|
||||
STL_FLAGS=
|
||||
CFLAGS="$CFLAGS -D_HAS_EXCEPTIONS=0"
|
||||
CXXFLAGS="$CXXFLAGS -D_HAS_EXCEPTIONS=0"
|
||||
else
|
||||
|
|
@ -1231,8 +1231,8 @@ Darwin)
|
|||
;;
|
||||
*)
|
||||
if test -z "$GNU_CC"; then
|
||||
STL_FLAGS="-I${DIST}/stl_wrappers"
|
||||
WRAP_STL_INCLUDES=1
|
||||
STL_FLAGS=
|
||||
WRAP_STL_INCLUDES=
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue