diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2021-02-25 13:45:23 -0800 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2021-02-25 15:18:39 -0800 |
| commit | aa4efc709e8e6773830d47a4a0ecce0313158a57 (patch) | |
| tree | 5504bafad061c76cd88f3ccc5223b1f4cfee6dec /docs/markdown/Reference-manual.md | |
| parent | 542dea25710fec8df0430d9b777bb15414e15b22 (diff) | |
| download | meson-aa4efc709e8e6773830d47a4a0ecce0313158a57.tar.gz | |
deprecated `meson.get_cross_property`
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 properties
Diffstat (limited to 'docs/markdown/Reference-manual.md')
| -rw-r--r-- | docs/markdown/Reference-manual.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 4fb0b6379..6669530ed 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1979,9 +1979,9 @@ the following methods. the "native" compiler if we're not. - `get_cross_property(propname, fallback_value)`: - *Consider `get_external_property()` instead*. Returns the given - property from a cross file, the optional fallback_value is returned - if not cross compiling or the given property is not found. + *Deprecated since 0.58.0, use `get_external_property()` instead*. + Returns the given property from a cross file, the optional fallback_value + is returned if not cross compiling or the given property is not found. - `get_external_property(propname, fallback_value, native: true/false)` *(since 0.54.0)*: returns the given property from a native or cross file. |
