Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mingw with win32 thread model should be handled like msvc #3

Open
jingkaimori opened this issue Aug 22, 2023 · 1 comment
Open

Mingw with win32 thread model should be handled like msvc #3

jingkaimori opened this issue Aug 22, 2023 · 1 comment

Comments

@jingkaimori
Copy link

Mingw has two thread model: posix and win32. Posix model behaves as standard c++ compiler, but mingw of win32 model is built without std::mutex, thus behaves like msvc. So detection at line 173 should be changed.

@MisterTea
Copy link
Owner

Please submit a PR, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants