mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-09-22 12:57:46 +00:00
This would fail if the compiler was given a .m file _and_ no "-o" option; it would fail to automatically calculate the correct .o filename in this situation. Thanks to Ethan Lee for the help tracking this one down!