godot-python
godot-python copied to clipboard
Can I use mingw c compiler on windows
I wanna use it because visual studio's download size is too large and also can I copy some code from an actual python program and would it work fine
Hi @ElectriCherph !
I've never tried to use mingw on Windows. In the theory this should be okay, but you would have to modify the build scripts a bit given they make the assumption msvc is always used when on Windows (and mingw works like gcc)