mirror of
https://github.com/yawut/SDL.git
synced 2026-08-24 17:55:17 -05:00
Placate versions of ranlib which complain about empty files (Mac OS X 10.4)
This commit is contained in:
@@ -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: */
|
||||
|
||||
Reference in New Issue
Block a user