py-tree-sitter icon indicating copy to clipboard operation
py-tree-sitter copied to clipboard

fix: fix MSYS2 GCC build

Open claritystorm opened this issue 9 months ago • 2 comments

claritystorm avatar Mar 26 '25 01:03 claritystorm

MSYS2 GCC should be using the GCC flags. Is the build actually failing?

ObserverOfTime avatar Mar 26 '25 05:03 ObserverOfTime

Yes, as no wheel is provided and system() returns Windows on MSYS2 causing setup.py to pass invalid flags to GCC.

claritystorm avatar Mar 26 '25 15:03 claritystorm