changeset 84:7747659639b6

Clean up LDFLAGS.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 02 Apr 2020 22:11:27 +0300
parents 69d7349dc5d3
children 2ce1f9f288c7
files Makefile.cross-mingw
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.cross-mingw	Mon Mar 09 09:40:28 2020 +0200
+++ b/Makefile.cross-mingw	Thu Apr 02 22:11:27 2020 +0300
@@ -43,8 +43,9 @@
 SDL_LDFLAGS ?= $(shell $(MINGW_LOCAL_PATH)/bin/sdl2-config --libs)
 
 GL_CFLAGS ?= -I$(MINGW_SYS_PATH)/include/
-GL_LDFLAGS = -lopengl32 -lglu32 -mconsole
+GL_LDFLAGS = -lopengl32 -lglu32
 
-TOOL_LDFLAGS ?= -mconsole -lmingw32
+LDFLAGS ?= -mconsole
+TOOL_LDFLAGS ?=
 
 include Makefile.gen