Skip to content

Commit

Permalink
Toolchain: Update mold to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinesfilmroellchen authored and linusg committed Jun 19, 2022
1 parent 1f886f9 commit 026cea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Toolchain/BuildMold.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ "$1" = "--git" ]; then

git pull
else
VERSION=1.0.2
VERSION=1.0.3
[ ! -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
Expand Down

0 comments on commit 026cea9

Please sign in to comment.