py-tree-sitter
py-tree-sitter copied to clipboard
fix: fix MSYS2 GCC build
MSYS2 GCC should be using the GCC flags. Is the build actually failing?
Yes, as no wheel is provided and system() returns Windows on MSYS2 causing setup.py to pass invalid flags to GCC.