mirror of
https://github.com/encounter/SDL.git
synced 2025-05-21 14:51:27 +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!