Placate versions of ranlib which complain about empty files (Mac OS X 10.4)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401995
This commit is contained in:
Sam Lantinga 2006-07-26 06:34:31 +00:00
parent 532023bd76
commit ed7da31472

View file

@ -11,5 +11,11 @@ main(int argc, char *argv[])
}
#else
/* Nothing to do on this platform */
int
SDL_main_stub_symbol()
{
return 0;
}
#endif
/* vi: set ts=4 sw=4 expandtab: */