Skip to content

fix(build): link proper cxx std libraries on windows-gnu{,llvm}#1880

Open
ognevny wants to merge 1 commit intodenoland:mainfrom
ognevny:windows-gnu-libs
Open

fix(build): link proper cxx std libraries on windows-gnu{,llvm}#1880
ognevny wants to merge 1 commit intodenoland:mainfrom
ognevny:windows-gnu-libs

Conversation

@ognevny
Copy link

@ognevny ognevny commented Nov 19, 2025

*-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

@CLAassistant
Copy link

CLAassistant commented Nov 19, 2025

CLA assistant check
All committers have signed the CLA.

`*-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`
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

Successfully merging this pull request may close these issues.

2 participants