mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-23 09:54:19 +03:00
add mint to mmap exclude list
This commit is contained in:
parent
4aa913cd18
commit
cc6c3a7c70
@ -91,7 +91,7 @@ char *realpath(const char *path, char *resolved_path);
|
||||
#endif
|
||||
|
||||
#define HAVE_MMAP
|
||||
#if (defined(_WIN32) || defined(riscos) || defined(__HAIKU__) || defined(__BEOS__) || defined(__amigaos4__) || defined(__AMIGA__))
|
||||
#if (defined(_WIN32) || defined(riscos) || defined(__HAIKU__) || defined(__BEOS__) || defined(__amigaos4__) || defined(__AMIGA__) || defined(__MINT__))
|
||||
#undef HAVE_MMAP
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user