Skip to content

Commit

Permalink
install musl tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ibigbug committed Nov 26, 2023
1 parent abc9bea commit 2facb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ os=`uname`
case $os in
Linux)
sudo apt update
sudo apt install -y gcc-multilib gcc make
sudo apt install -y gcc-multilib gcc make musl-dev musl-tools
;;
esac

Expand Down

0 comments on commit 2facb01

Please sign in to comment.