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

This commit is contained in:
Sam Lantinga
2006-07-26 06:34:31 +00:00
parent a12230e98a
commit a266b805db

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: */