[devel] Added "$(ARCH)" option to makefile.darwin

This commit is contained in:
Glenn Randers-Pehrson
2011-08-29 07:22:13 -05:00
parent 4ae297867d
commit b293334e7a
3 changed files with 8 additions and 7 deletions

View File

@@ -37,10 +37,11 @@ MKDIR_P=mkdir -p
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