libtcod / python-tcod

A high-performance Python port of libtcod. Includes the libtcodpy module for backwards compatibility with older projects.
BSD 2-Clause "Simplified" License
410 stars 36 forks source link

MinGW build dependency needs to be removed. #90

Closed HexDecimal closed 4 years ago

HexDecimal commented 4 years ago

The dependency on GCC causes issues on Windows where python-tcod can't be built with the standard tool-chain.

build_libtcod.py will need to be almost completely rewritten to be more like parse_sdl2.py.