From 9e4e1ef08291027ee20ebf39cd21ec1be1f21af6 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 23 Jun 2015 00:46:55 +0100 Subject: [PATCH] Update environment vars --- shell/env.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/env.sh b/shell/env.sh index 1d8bac9..6af5135 100644 --- a/shell/env.sh +++ b/shell/env.sh @@ -11,10 +11,11 @@ export LC_ALL="en_US.UTF-8" export LANG="en_US.UTF-8" # GCC 4.2 via Homebrew -export CC=/usr/local/bin/gcc-4.2 +# export CC=/usr/local/bin/gcc-4.2 # Android SDK export ANDROID_SDK_ROOT="/usr/local/Cellar/android-sdk/r20.0.1" +export ANDROID_HOME="/usr/local/opt/android-sdk" # ensure bin and sbin paths from /usr/local are in PATH path_add_after "/usr/local/sbin" "/usr/local/bin"