From d718d354c1e7d647836e92a184e0f6551f97b955 Mon Sep 17 00:00:00 2001 From: terminx Date: Tue, 24 Mar 2015 00:40:43 +0000 Subject: [PATCH] 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 --- polymer/eduke32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymer/eduke32/Makefile b/polymer/eduke32/Makefile index b76735c75..5f45ada54 100644 --- a/polymer/eduke32/Makefile +++ b/polymer/eduke32/Makefile @@ -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