engine: server: sv_game: disable searching closer to server library memory region for Android
This commit is contained in:
parent
ce39255ef0
commit
a5ee631191
1 changed files with 1 additions and 1 deletions
|
@ -3031,7 +3031,7 @@ void SV_SetStringArrayMode( qboolean dynamic )
|
|||
#endif
|
||||
}
|
||||
|
||||
#if XASH_64BIT && !XASH_WIN32 && !XASH_APPLE && !XASH_NSWITCH
|
||||
#if XASH_64BIT && !XASH_WIN32 && !XASH_APPLE && !XASH_NSWITCH && !XASH_ANDROID
|
||||
#define USE_MMAP
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue