From 6c963726cf7b9781fed55fd4ba41f81bca2d4dbb Mon Sep 17 00:00:00 2001 From: "Michael Hirsch, Ph.D" Date: Sun, 10 Nov 2019 10:04:30 -0500 Subject: add native-file properties tests --- docs/markdown/Reference-manual.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/markdown') 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, -- cgit v1.1