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 # ----------------------------------------------------------------------