mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-05 02:23:36 +00:00
MinGW should support both its own format `.a` and MSVC's format `.lib`, but Mono's module was only using the former. With this change it's now possible to build with MinGW and link the official Mono for Windows which is built with MSVC.