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

Link libstdc++ on mingw targets #28

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Conversation

9names
Copy link
Contributor

@9names 9names commented Sep 23, 2024

Without this, users compiling for mingw (either natively or cross-compiling) get linker errors.
Tested from ubuntu 20.04:

sudo apt install mingw-w64-x86-64-dev mingw-w64
rustup target add x86_64-pc-windows-gnu
cargo build --target x86_64-pc-windows-gnu

@lovasoa
Copy link
Collaborator

lovasoa commented Sep 23, 2024

thanks !

@lovasoa lovasoa merged commit 39e800e into rust-or:master Sep 23, 2024
3 checks passed
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