[devel] Added "$(ARCH)" option to makefile.darwin
diff --git a/scripts/makefile.darwin b/scripts/makefile.darwin
index aaec54d..d6647bc 100644
--- a/scripts/makefile.darwin
+++ b/scripts/makefile.darwin
@@ -37,10 +37,11 @@
 LN_SF=ln -sf
 RANLIB=ranlib
 RM_F=/bin/rm -f
+ARCH=-arch i386
 
 # CFLAGS=-I$(ZLIBINC) -W -Wall -O3 -funroll-loops
-CFLAGS=-I$(ZLIBINC) -W -Wall -O -funroll-loops
-LDFLAGS=-L. -L$(ZLIBLIB) -lpng15 -lz
+CFLAGS=-I$(ZLIBINC) -W -Wall -O -funroll-loops $(ARCH)
+LDFLAGS=-L. -L$(ZLIBLIB) -lpng15 -lz $(ARCH)
 
 INCPATH=$(prefix)/include
 LIBPATH=$(exec_prefix)/lib