mirror of
https://github.com/yawut/SDL.git
synced 2026-08-19 07:17:30 -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!