mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-15 16:41:22 +00:00
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
This commit is contained in:
parent
7a20cf887b
commit
bf5687be4f
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+
|
# as of v2.0.5, sdl2 targets 10.6+
|
||||||
ifeq ($(MACH_TYPE),x86)
|
ifeq ($(MACH_TYPE),x86)
|
||||||
CFLAGS +=-mmacosx-version-min=10.6
|
CFLAGS +=-mmacosx-version-min=10.6
|
||||||
LDFLAGS +=-mmacosx-version-min=10.6 -Wl,-lbundle1.o
|
LDFLAGS +=-mmacosx-version-min=10.6
|
||||||
USE_RPATH=1
|
USE_RPATH=1
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue