engine: server: enable allocating 64-bit string pool closer to server library only for Linux amd64, as mmap() isn't reliable anywhere else
This commit is contained in:
parent
3dcd6cb80b
commit
5f84010c2a
1 changed files with 1 additions and 1 deletions
|
@ -3064,7 +3064,7 @@ void SV_SetStringArrayMode( qboolean dynamic )
|
|||
#endif
|
||||
}
|
||||
|
||||
#if XASH_64BIT && !XASH_WIN32 && !XASH_APPLE && !XASH_NSWITCH && !XASH_ANDROID
|
||||
#if XASH_AMD64 && XASH_LINUX && !XASH_ANDROID
|
||||
#define USE_MMAP
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue