mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Fix building on case-sensitive filesystems on OS X, DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@5078 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
eee8d14a8b
commit
d718d354c1
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ ifeq ($(PLATFORM),DARWIN)
|
|||
|
||||
LIBS += -lFLAC -lvorbisfile -lvorbis -logg -lm \
|
||||
-Wl,-framework,Cocoa -Wl,-framework,Carbon -Wl,-framework,OpenGL \
|
||||
-Wl,-framework,CoreMidi -Wl,-framework,AudioUnit \
|
||||
-Wl,-framework,CoreMIDI -Wl,-framework,AudioUnit \
|
||||
-Wl,-framework,AudioToolbox -Wl,-framework,IOKit -Wl,-framework,AGL
|
||||
ifneq (00,$(DARWIN9)$(DARWIN10))
|
||||
LIBS += -Wl,-framework,QuickTime -lm
|
||||
|
|
Loading…
Reference in a new issue