mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-05 00:01:55 +00:00
BUILD: Do not define LUA_USE_POSIX
It doesn't really do anything useful anymore anyway (except make linux builds use _setjmp instead of setjmp, but both are equally bad for us and need to replaced anyway).
This commit is contained in:
parent
652bf358c2
commit
6e157fd2d4
1
configure
vendored
1
configure
vendored
@ -1634,7 +1634,6 @@ case $_host_os in
|
||||
if test -z "$_host"; then
|
||||
CXXFLAGS="$CXXFLAGS $(getconf LFS_CFLAGS 2>/dev/null)"
|
||||
fi
|
||||
DEFINES="$DEFINES -DLUA_USE_POSIX"
|
||||
;;
|
||||
mingw*)
|
||||
DEFINES="$DEFINES -DWIN32"
|
||||
|
Loading…
x
Reference in New Issue
Block a user