Merge branch 'master' of github.com:aquynh/capstone
diff --git a/Makefile b/Makefile
index 26f09ed..d8cb900 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
 
 OS := $(shell uname)
 ifeq ($(OS),Darwin)
-LIBARCHS = i386 x86_64
+LIBARCHS = x86_64
 PREFIX ?= /usr/local
 endif