mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Toolchain: Update mold to 1.3.1
This commit is contained in:
committed by
Linus Groh
parent
864c7fb9f1
commit
0abc21132a
@@ -29,7 +29,7 @@ if [ "$1" = "--git" ]; then
|
||||
|
||||
git pull
|
||||
else
|
||||
VERSION=1.0.3
|
||||
VERSION=1.3.1
|
||||
[ ! -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
|
||||
@@ -37,8 +37,7 @@ fi
|
||||
|
||||
make clean
|
||||
export DESTDIR="$DIR"/Local/mold
|
||||
export PREFIX=
|
||||
make -j "$MAKEJOBS"
|
||||
make install
|
||||
make install PREFIX=
|
||||
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user