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

Don't set linker for MSVC abi #271

Merged
merged 1 commit into from
Dec 10, 2022
Merged

Conversation

jschwe
Copy link
Collaborator

@jschwe jschwe commented Dec 10, 2022

MSVC abi may be used independently of the MSVC generator. MSVC uses cl.exe, so we can't use
the compiler as the linker driver.
We continue to just ignore MSVC in this case and let cargo / rust decide on the linker on its own.

MSVC abi may be used independently of the MSVC generator.
MSVC uses cl.exe, so we can't use
the compiler as the linker driver.
We continue to just ignore MSVC in this case and let cargo / rust decide
on the linker on its own.
@jschwe jschwe linked an issue Dec 10, 2022 that may be closed by this pull request
@jschwe jschwe merged commit f03517a into corrosion-rs:master Dec 10, 2022
@jschwe jschwe deleted the msvc_check branch December 10, 2022 20:37
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.

Ninja + Clang on Windows Failure
1 participant