CObjectSystem / COS

C Object System: a framework that brings C to the level of other high level programming languages and beyond

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for MSYS2 MINGW64

opened this issue · comments

uname -s on MSYS2 MINGW64 Shell on my system is MINGW64_NT-6.3-9600. Only the part MINGW64_NT should be considered and used as the key to detect MSYS2 MINGW64. The later part is Windows versions (that would change from system to system).

Note: MSYS2 MINGW64 targets native Windows without POSIX compatibility, unlike MSYS2 MSYS. MSYS2 project provided several Shells, each Shell is a separate environment.

@ldeniau Added on #49. This issue could be closed.

I don't use these platforms, propose PR to solve your issue.