mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
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:
parent
4c7dfd9bc7
commit
b04a4a5fbd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue