Android support through termux app #1

Merged
Lephenixnoir merged 10 commits from Neiviv-ui/sh-elf-binutils:master into master 2021-06-23 22:21:33 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a83135ea59 - Show all commits

View File

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