The implementation of this function has changed enough that the name doesn't really reflect what it actually does. It basically returns true unless you're cross compiling, need and exe_wrapper, and don't have one. The original function remains but is marked as deprecated. This makes one small change the meson source language, which is that it defines that can_run_host_binaries will return true in build == host compilation, which was the behavior that already existed. Previously this was undefined in build == host compilation.pull/7152/head
parent
4e9e35f3bd
commit
a63e36f7b1
7 changed files with 29 additions and 15 deletions
@ -0,0 +1,5 @@ |
||||
## Rename has_exe_wrapper -> can_run_host_binaries |
||||
|
||||
The old name was confusing as it didn't really match the behavior of the |
||||
function. The old name remains as an alias (the behavior hasn't changed), but |
||||
is now deprecated. |
Loading…
Reference in new issue