You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several issues with Clang/MinGW-based toolchain for Windows.
The Windows support bits rely on _MSC_VER, but obviously it is not the case with Clang/MinGW or MinGW compiler. For MinGW, you rely on POSIX compatibility layer, but Clang/MinGW toolchain doesn't have it.
Archives (.dll.a) are not installed, therefore by default linking to .dll is not possible.
The text was updated successfully, but these errors were encountered:
There are several issues with Clang/MinGW-based toolchain for Windows.
The text was updated successfully, but these errors were encountered: