-
Notifications
You must be signed in to change notification settings - Fork 993
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
feat: add build_triplet on conf #15965
feat: add build_triplet on conf #15965
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
For context: From the documentation:
@franramirez688, for the third case - I think there may be a case for replicating what we did in https://github.com/conan-io/conan/pull/15616/files here - in case anyone wants to "force" autotools into cross-building mode (this is telling autotools: do not try to run the executables you are building for the host platform) - that is, force Conan to pass Arguably the same goes for CMake - CMake assumes cross-compilation (or at least, |
@jcar87 I don't understand this comment correctly. That PR introduced a new conf in the |
Changelog: Feature: Add
tools.gnu:build_triplet
to conf.Docs: Omit
Close: #14962