Ugg. libuv and io_uring and android: https://github.com/libuv/libuv/issues/4010.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4313 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2023-05-23 23:06:59 +00:00
parent 0cf4118330
commit b4629acc48

View File

@ -691,6 +691,10 @@ int main(int argc, char* argv[])
}
}
#if defined(__ANDROID__)
setenv("UV_USE_IO_URING", "0", 1);
#endif
tf_mem_startup(tracking);
g_backtrace_state = backtrace_create_state(
argv[0],