diff options
Diffstat (limited to 'x86/Makefile')
-rw-r--r-- | x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |