Update setup-mac.sh
This commit is contained in:
parent
3b8b0ab974
commit
39c1918069
@ -1,6 +1,11 @@
|
||||
#!/bin/sh
|
||||
set -e -u
|
||||
|
||||
# Remaining mac build issues:
|
||||
# - perl does not build
|
||||
# - strace does not build
|
||||
# - dpkg calls ldconfig
|
||||
|
||||
command -v brew >/dev/null 2>&1 || {
|
||||
echo >&2 "Install homebrew first: http://brew.sh"
|
||||
exit 1
|
||||
@ -20,6 +25,8 @@ brew install $PACKAGES
|
||||
|
||||
# bison is keg-only, but we need updated 'bison' in path:
|
||||
brew link bison --force
|
||||
# gettext is also key-only, but we need msgfmt for apt and glib:
|
||||
brew link gettext --force
|
||||
|
||||
sudo mkdir -p /data/data/com.termux/files/usr
|
||||
sudo chown -R `whoami` /data
|
||||
|
Loading…
Reference in New Issue
Block a user