Skip to content

Commit

Permalink
switch mac to the framework SDL...
Browse files Browse the repository at this point in the history
  • Loading branch information
NuclearMonster committed Jul 18, 2012
1 parent 88cbeae commit afffc10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -401,7 +401,7 @@ else # ifeq Linux

ifeq ($(PLATFORM),darwin)
HAVE_VM_COMPILED=true
LIBS = -framework Cocoa
LIBS = -framework Cocoa -framework SDL
CLIENT_LIBS=
RENDERER_LIBS=
OPTIMIZEVM=
Expand Down Expand Up @@ -458,8 +458,8 @@ ifeq ($(PLATFORM),darwin)
LIBSDLMAIN=$(B)/libSDLmain.a
LIBSDLMAINSRC=$(LIBSDIR)/macosx/libSDLmain.a
CLIENT_LIBS += -framework IOKit \
$(LIBSDIR)/macosx/libSDL-1.2.0.dylib
RENDERER_LIBS += -framework OpenGL $(LIBSDIR)/macosx/libSDL-1.2.0.dylib
-framework SDL
RENDERER_LIBS += -framework OpenGL -framework SDL

OPTIMIZEVM += -falign-loops=16
OPTIMIZE = $(OPTIMIZEVM) -ffast-math
Expand Down

0 comments on commit afffc10

Please sign in to comment.