merge from dev

This commit is contained in:
Daan 2025-02-18 16:04:50 -08:00
parent dce6ec8b41
commit 7e611f7545

View file

@ -57,7 +57,7 @@ terms of the MIT license. A copy of the license can be found in the file
#include <sys/sysctl.h> #include <sys/sysctl.h>
#endif #endif
#if defined(__linux__) || defined(__FreeBSD__) #if (defined(__linux__) && !defined(__ANDROID__)) || defined(__FreeBSD__)
#define MI_HAS_SYSCALL_H #define MI_HAS_SYSCALL_H
#include <sys/syscall.h> #include <sys/syscall.h>
#endif #endif