Add musl
package for Arch Linux (#21830)
It seems like `musl` is required to build on Arch Linux, but it is not included in the dependencies list.
This commit is contained in:
parent
28faba12a2
commit
62a6a755ec
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ if [[ -n $pacman ]]; then
|
|||
deps=(
|
||||
gcc
|
||||
clang
|
||||
musl
|
||||
cmake
|
||||
alsa-lib
|
||||
fontconfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue