Merge pull request #6487 from samgermain/setup-gettext

setup.sh install gettext for mac
pull/6494/head
Matthias 4 years ago committed by GitHub
commit b18256c231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -132,6 +132,9 @@ function install_macos() {
echo_block "Installing Brew"
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
fi
brew install gettext
#Gets number after decimal in python version
version=$(egrep -o 3.\[0-9\]+ <<< $PYTHON | sed 's/3.//g')

Loading…
Cancel
Save