sheredom / subprocess.h

🐜 single header process launching solution for C and C++
The Unlicense
1.1k stars 97 forks source link

Add support for MinGW #71

Closed rasky closed 1 year ago

rasky commented 1 year ago

This PR adds support for compilation with MinGW, and modifies the CI to also run MinGW in the test matrix to avoid regressions.

Modifications are trivial and listed here:

Some tests that are disabled for MSVC appears to pass in MinGW. Activate those.

rasky commented 1 year ago

I forgot to mention two unrelated changes that I’ve left in, but I can back out if you prefer: