mirror of
https://git.planet-casio.com/Lephenixnoir/sh-elf-binutils.git
synced 2025-01-05 08:23:37 +01:00
configure: fix dependencies on Arch
This commit is contained in:
parent
8d00477b6a
commit
b6584716e8
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ if command -v apt >/dev/null 2>&1; then
|
|||
pm_has="dpkg -s"
|
||||
pm_install="sudo apt install"
|
||||
elif command -v pacman >/dev/null 2>&1; then
|
||||
deps="mpfr mpc gmp libpng ppl flex gcc git texinfo xz"
|
||||
deps="mpfr libmpc gmp libpng ppl flex gcc git texinfo xz"
|
||||
pm=pacman
|
||||
pm_has="pacman -Qi"
|
||||
pm_install="sudo pacman -S"
|
||||
|
|
Loading…
Reference in a new issue