summaryrefslogtreecommitdiffstats
path: root/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.sh b/make.sh
index 0b54116..03f1b72 100755
--- a/make.sh
+++ b/make.sh
@@ -9,7 +9,7 @@ if [[ -e $sdk ]]; then
flags+=(-mmacosx-version-min=10.4 -isysroot "$sdk")
fi
-for arch in i386 x86_64 ppc armv6; do
+for arch in i386 x86_64; do
if g++ -arch "${arch}" --version &>/dev/null; then
flags+=(-arch "${arch}")
fi