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=(
|
deps=(
|
||||||
gcc
|
gcc
|
||||||
clang
|
clang
|
||||||
|
musl
|
||||||
cmake
|
cmake
|
||||||
alsa-lib
|
alsa-lib
|
||||||
fontconfig
|
fontconfig
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue