summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2013-08-19 23:19:29 +0100
committerTim Angus <tim@ngus.net>2014-08-28 11:03:18 +0100
commit4780cef266bfcad933e10129544a0eb5583991b6 (patch)
treed23467d115547e0abe2605cc35cd4b33fe509b03 /Makefile
parentc6f46fb647970f04470e34bee3fc70223febd001 (diff)
More updates to SDL2 libs from MAN-AT-ARMS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 935f09a3..e5b7a695 100644
--- a/Makefile
+++ b/Makefile
@@ -466,11 +466,11 @@ ifeq ($(PLATFORM),darwin)
# We copy sdlmain before ranlib'ing it so that subversion doesn't think
# the file has been modified by each build.
- LIBSDLMAIN=$(B)/libSDLmain.a
- LIBSDLMAINSRC=$(LIBSDIR)/macosx/libSDLmain.a
+ LIBSDLMAIN=$(B)/libSDL2main.a
+ LIBSDLMAINSRC=$(LIBSDIR)/macosx/libSDL2main.a
CLIENT_LIBS += -framework IOKit \
- $(LIBSDIR)/macosx/libSDL-1.2.0.dylib
- RENDERER_LIBS += -framework OpenGL $(LIBSDIR)/macosx/libSDL-1.2.0.dylib
+ $(LIBSDIR)/macosx/libSDL2-2.0.0.dylib
+ RENDERER_LIBS += -framework OpenGL $(LIBSDIR)/macosx/libSDL2-2.0.0.dylib
OPTIMIZE = $(OPTIMIZEVM) -ffast-math