Browse Source

scripts/setup-termux.sh: install binutils-gold

Required by at least ipfs package.
emacs-27
Leonid Plyushch 6 years ago
parent
commit
493fa91c1c
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 1
      scripts/setup-termux.sh

1
scripts/setup-termux.sh

@ -3,6 +3,7 @@
PACKAGES="autoconf"
PACKAGES+=" automake"
PACKAGES+=" bc"
PACKAGES+=" binutils-gold"
PACKAGES+=" bison"
PACKAGES+=" bzip2"
PACKAGES+=" clang"

Loading…
Cancel
Save