Skip to content

Commit

Permalink
Use real ninja instead of samurai
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrorJack committed Aug 15, 2024
1 parent 061c9ce commit a93539d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apk add --no-cache \
cmake \
curl \
mold \
samurai
ninja-is-really-ninja

find /usr -type f -executable -name "ld" -exec sh -c 'ln -sf /usr/bin/ld.mold {}' \;

Expand Down

0 comments on commit a93539d

Please sign in to comment.