aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Hirsch, Ph.D <scivision@users.noreply.github.com>2019-11-10 10:04:30 -0500
committerMichael Hirsch, Ph.D <scivision@users.noreply.github.com>2020-02-05 13:23:55 -0500
commit6c963726cf7b9781fed55fd4ba41f81bca2d4dbb (patch)
tree1ddffedeb8b45eeb38cc89ef26e13a0b6160296e /docs
parentc2e6565029779b749dc3423291524115af1b2bd7 (diff)
downloadmeson-6c963726cf7b9781fed55fd4ba41f81bca2d4dbb.zip
meson-6c963726cf7b9781fed55fd4ba41f81bca2d4dbb.tar.gz
meson-6c963726cf7b9781fed55fd4ba41f81bca2d4dbb.tar.bz2
add native-file properties tests
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Reference-manual.md4
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,