changeset 1141:cc7371944327

Remove useless linker flags from SDL_LDFLAGS.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Mar 2015 02:32:59 +0200
parents fa9a79daa5da
children 0b5fdabaada5
files Makefile.cross-mingw
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.cross-mingw	Wed Mar 04 11:28:21 2015 +0200
+++ b/Makefile.cross-mingw	Thu Mar 05 02:32:59 2015 +0200
@@ -15,7 +15,7 @@
 RM=rm
 
 SDL_CFLAGS=`$(MINGW_PATH)/bin/sdl-config --cflags`
-SDL_LDFLAGS=`$(MINGW_PATH)/bin/sdl-config --libs` -lSDL -L$(BINPATH)
+SDL_LDFLAGS=`$(MINGW_PATH)/bin/sdl-config --libs`
 
 SDL_TTF_CFLAGS=
 SDL_TTF_LDFLAGS=-lSDL_ttf