mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Toolchain: Update mold to 1.3.1
This commit is contained in:
parent
864c7fb9f1
commit
0abc21132a
Notes:
sideshowbarker
2024-07-17 08:53:23 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/0abc21132a Pull-request: https://github.com/SerenityOS/serenity/pull/14602
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue