We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9cefb commit f35aee4Copy full SHA for f35aee4
build.sh
@@ -2,6 +2,12 @@
2
3
set -e
4
5
+if [ "$(uname)" == "Darwin" ]; then
6
+ #Mac OS X platform
7
+ yes | /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
8
+ brew install gcc
9
+fi
10
+
11
SOURCE="${BASH_SOURCE[0]}"
12
while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink
13
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
0 commit comments