forked from cory/tildefriends
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user