Merge pull request #1 from aliaspider/master

fix x86 build
This commit is contained in:
Twinaphex 2014-07-14 06:18:50 +02:00
commit 1cf2a0cbfe
2 changed files with 1 additions and 2 deletions

View File

@ -588,7 +588,6 @@ u32 update_input()
key &= ~(joy_map(event.jbutton.button));
break;
}
}
}
}

View File

@ -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: