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

AutotoolsToolchain compiler_executable mapping for RC win compiler #15945

Closed
memsharded opened this issue Mar 25, 2024 · 0 comments · Fixed by #15946
Closed

AutotoolsToolchain compiler_executable mapping for RC win compiler #15945

memsharded opened this issue Mar 25, 2024 · 0 comments · Fixed by #15946
Assignees
Milestone

Comments

@memsharded
Copy link
Member

memsharded commented Mar 25, 2024

Ok, I just realized. The openssl recipe uses the AutotoolsToolchain that defines the compiler mapping as: compilers_mapping = {"c": "CC", "cpp": "CXX", "cuda": "NVCC", "fortran": "FC"}

In other words, it is not prepared for cross-compiling from Linux -> Windows and defining the RC compiler.

So the issue needs to be addressed in both places, opening another ticket in the Conan client

Originally posted by @memsharded in conan-io/cmake-conan#631 (comment)

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 a pull request may close this issue.

1 participant