1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:17:36 +00:00

Revert "AK: Don't demangle in serenity :("

This reverts commit 4361a50225.
This commit is contained in:
Andreas Kling 2020-05-20 14:23:32 +02:00
parent ef776c1e68
commit 8876bfc3ac
2 changed files with 3 additions and 4 deletions

View file

@ -228,7 +228,7 @@ pushd "$DIR/Build/"
echo "XXX serenity libc and libm"
mkdir -p "$BUILD"
pushd "$BUILD"
cmake ..
CXXFLAGS="-DBUILDING_SERENITY_TOOLCHAIN" cmake ..
"$MAKE" LibC
install -D Libraries/LibC/libc.a Libraries/LibM/libm.a Root/usr/lib/
SRC_ROOT=$(realpath "$DIR"/..)