1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-06-25 18:56:21 +02:00

set architecture flags

This commit is contained in:
Matthias Kretschmann 2014-05-27 11:38:47 +02:00
parent 86fa5d1263
commit 8d9fcd9948

View File

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