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
fix(build): link proper cxx std libraries on windows-gnu{,llvm}
`*-pc-windows-gnullvm` targets use Clang toolchain, so the std library for it is libc++, pthread is needed to be explicitly linked too.
`*-pc-windows-gnu` build also depends on `libatomic`
0 commit comments