Commit ed7da314 authored by Sam Lantinga's avatar Sam Lantinga

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
parent 532023bd
......@@ -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: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment