Makefile.darwin: removed bundle1.o from 10.6/i386 linkage (crashes. only needed for x86_64.)

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1353 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2016-10-16 09:32:25 +00:00
parent 4c7dfd9bc7
commit b04a4a5fbd

View file

@ -68,7 +68,7 @@ ifeq ($(USE_SDL2),1)
# as of v2.0.5, sdl2 targets 10.6+
ifeq ($(MACH_TYPE),x86)
CFLAGS +=-mmacosx-version-min=10.6
LDFLAGS +=-mmacosx-version-min=10.6 -Wl,-lbundle1.o
LDFLAGS +=-mmacosx-version-min=10.6
USE_RPATH=1
endif
endif