Meson 0.48.0 some validation for using compiled binaries in custom targets and generators, which is nice. It didn't take into account though that as long as the OS is the same, some architectures support running a related architecture natively (x86_64 can run x86 natively, for example). Fortunately we already have a method for covering this case available through the Environment class. Fixes #4254pull/4203/head
parent
88054c48a6
commit
a0e4548c41
1 changed files with 6 additions and 4 deletions
Loading…
Reference in new issue