Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MesonToolchain: respect can_run when deciding to cross compile
* conan-io#15392: MesonToolchain was only using the internal cross_building test and not using can_run (which respects the conf value). Fix this so we can force cross-compilation where the host cannot run the binary despite it seeming like it should be able to.
- Loading branch information