Improve Android linking

This commit is contained in:
Christoffer Lerno
2025-06-08 15:06:19 +02:00
parent 2ad17a04d4
commit becda6ea1d
3 changed files with 7 additions and 2 deletions

View File

@@ -159,6 +159,7 @@ const bool MEMORY_SANITIZER = $$MEMORY_SANITIZER;
const bool THREAD_SANITIZER = $$THREAD_SANITIZER;
const bool ANY_SANITIZER = ADDRESS_SANITIZER || MEMORY_SANITIZER || THREAD_SANITIZER;
const int LANGUAGE_DEV_VERSION = $$LANGUAGE_DEV_VERSION;
const bool HAS_NATIVE_ERRNO = env::LINUX || env::ANDROID || env::DARWIN || env::WIN32;
macro bool os_is_darwin() @const
{