mirror of
https://github.com/yawut/SDL.git
synced 2026-09-01 13:44:37 -05: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!