It's a pure subset of `get_external_property`, and has odd behavior in host == build configurations. `get_external_property` is clear, and uses the standard `native : bool` syntax to control host vs build propertiespull/8427/head
parent
542dea2571
commit
aa4efc709e
4 changed files with 10 additions and 4 deletions
@ -0,0 +1,5 @@ |
||||
## `meson.get_cross_property()` has been deprecated |
||||
|
||||
It's a pure subset of `meson.get_external_property`, and works strangely in |
||||
host == build configurations, since it would be more accurately described as |
||||
`get_host_property`. |
Loading…
Reference in new issue