diff options
author | Michael Hirsch, Ph.D <scivision@users.noreply.github.com> | 2019-11-10 10:04:30 -0500 |
---|---|---|
committer | Michael Hirsch, Ph.D <scivision@users.noreply.github.com> | 2020-02-05 13:23:55 -0500 |
commit | 6c963726cf7b9781fed55fd4ba41f81bca2d4dbb (patch) | |
tree | 1ddffedeb8b45eeb38cc89ef26e13a0b6160296e /docs/markdown | |
parent | c2e6565029779b749dc3423291524115af1b2bd7 (diff) | |
download | meson-6c963726cf7b9781fed55fd4ba41f81bca2d4dbb.zip meson-6c963726cf7b9781fed55fd4ba41f81bca2d4dbb.tar.gz meson-6c963726cf7b9781fed55fd4ba41f81bca2d4dbb.tar.bz2 |
add native-file properties tests
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Reference-manual.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index e3830cc..690ae0b 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1786,6 +1786,10 @@ the following methods. returns the "cross" compiler if we're currently cross-compiling and the "native" compiler if we're not. +- `get_native_property(propname, fallback_value)` returns the given + property from a native file, the optional second argument is returned + if the given property is not found. + - `has_exe_wrapper()` returns true when doing a cross build if there is a wrapper command that can be used to execute cross built binaries (for example when cross compiling from Linux to Windows, |