From 0ccab798847ee0854a66a4b8a2aee56fce78c324 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Mon, 14 Jul 2014 06:10:33 +0100 Subject: fix x86 build --- x86/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x86') diff --git a/x86/Makefile b/x86/Makefile index c1d772b..276996d 100644 --- a/x86/Makefile +++ b/x86/Makefile @@ -17,7 +17,7 @@ BIN ?= gpsp.exe VPATH += .. CFLAGS += -DPC_BUILD -Wall -m32 INCLUDES = -I${PREFIX}/include `sdl-config --cflags` -LIBS = -L${PREFIX}/lib `sdl-config --libs` -mconsole -lz -m32 +LIBS = -L${PREFIX}/lib `sdl-config --libs` -lz -m32 # Compilation: -- cgit v1.2.3