Fix the build.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4526 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2023-10-17 01:30:38 +00:00
parent 0c993c251b
commit 5285b3f222

View File

@ -667,6 +667,7 @@ done:
}
#endif
#if TARGET_OS_IPHONE
void tf_run_thread_start(const char* zip_path)
{
_startup(0, NULL);
@ -698,3 +699,4 @@ void tf_run_thread_start(const char* zip_path)
tf_free(threads);
#endif
}
#endif