Files
MINGW-packages/mingw-w64-python-installer
LIU Hao 01cb69ea48 python-installer: Fix filename of resource object file (#27265)
It's a COFF object file so should have an extension of `.o`. GCC 16 will pass
`.res` files to windres which will cause an error in the future.

Signed-off-by: LIU Hao <lh_mouse@126.com>
2026-01-10 18:44:37 +01:00
..