Quiet zsign, and simplify an ifdef chain.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4552 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-10-20 00:16:01 +00:00
parent b70b309977
commit cd9050f61f
2 changed files with 2 additions and 2 deletions

View File

@ -659,7 +659,7 @@ int main(int argc, char* argv[])
tf_mem_shutdown();
return result;
}
#elif TARGET_OS_IPHONE && !defined(__ANDROID__)
#elif TARGET_OS_IPHONE
void tf_run_thread_start(const char* zip_path)
{
_startup(0, NULL);