From bf5687be4f378e1f40351c378f2cb52c35923db3 Mon Sep 17 00:00:00 2001 From: sezero Date: Sun, 16 Oct 2016 09:32:25 +0000 Subject: [PATCH] Makefile.darwin: removed bundle1.o from 10.6/i386 linkage (crashes. only needed for x86_64.) git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1353 af15c1b1-3010-417e-b628-4374ebc0bcbd --- quakespasm/Quake/Makefile.darwin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quakespasm/Quake/Makefile.darwin b/quakespasm/Quake/Makefile.darwin index 1eb63d13..258f7c51 100644 --- a/quakespasm/Quake/Makefile.darwin +++ b/quakespasm/Quake/Makefile.darwin @@ -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