Skip to content

Commit

Permalink
Add musl package for Arch Linux (#21830)
Browse files Browse the repository at this point in the history
It seems like `musl` is required to build on Arch Linux, but it is not included in the dependencies list.
  • Loading branch information
connortsui20 authored Dec 11, 2024
1 parent 28faba1 commit 62a6a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/linux
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ if [[ -n $pacman ]]; then
deps=(
gcc
clang
musl
cmake
alsa-lib
fontconfig
Expand Down

0 comments on commit 62a6a75

Please sign in to comment.