added some dependancies

This commit is contained in:
neiviv-ui 2021-06-22 14:41:41 +02:00
parent d9b07d254d
commit b44c7bbfa0

View file

@ -36,7 +36,7 @@ fi
# Check dependencies for binutils and GCC # Check dependencies for binutils and GCC
if command -v pkg >/dev/null 2>&1; then if command -v pkg >/dev/null 2>&1; then
deps="libmpfr libmpc libgmp libpng flex clang git texinfo xz-utils" deps="libmpfr libmpc libgmp libpng flex clang git texinfo libisl bison xz-utils"
pm=pkg pm=pkg
pm_has="dpkg -s" pm_has="dpkg -s"
pm_install="pkg install" pm_install="pkg install"