forked from cory/tildefriends
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:
parent
0cf4118330
commit
b4629acc48
@ -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);
|
tf_mem_startup(tracking);
|
||||||
g_backtrace_state = backtrace_create_state(
|
g_backtrace_state = backtrace_create_state(
|
||||||
argv[0],
|
argv[0],
|
||||||
|
Loading…
Reference in New Issue
Block a user