From 8d9fcd994882e151bf4740cec110fb5ed97ad3f3 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 27 May 2014 11:38:47 +0200 Subject: [PATCH] set architecture flags --- bash_profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash_profile b/bash_profile index defa98e..eb7cc28 100644 --- a/bash_profile +++ b/bash_profile @@ -42,6 +42,9 @@ if which brew > /dev/null && [ -f "$(brew --prefix)/etc/bash_completion" ]; then source "$(brew --prefix)/etc/bash_completion" fi +# Set architecture flags +export ARCHFLAGS="-arch x86_64" + # ---------------------------------------------------------------------- # PATH # ----------------------------------------------------------------------