Build: Update mold version to fix build problems

Mold issue 1178 is now fixed, so Serenity is able to build fine
using Mold
This commit is contained in:
Erick Howard 2024-06-14 17:02:57 +08:00 committed by Nico Weber
parent 7b2250e47f
commit 407dfdac37

View file

@ -24,7 +24,7 @@ if [ "$1" = "--git" ]; then
git pull
else
VERSION=1.5.1
VERSION=2.32.0
[ ! -e mold-$VERSION.tar.gz ] && curl -L "https://github.com/rui314/mold/archive/refs/tags/v$VERSION.tar.gz" -o mold-$VERSION.tar.gz
[ ! -e mold-$VERSION ] && tar -xzf mold-$VERSION.tar.gz
cd mold-$VERSION