summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-01-25 22:13:51 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2018-01-25 22:13:51 +0000
commit4e20fc1a5e54452ddb9294046daa208125db921a (patch)
tree5b8cccd279a4aa5a2eb3510da5c5401e810ba663
parent15a28c945f192863c6b0a9818fa3a0713e3d4076 (diff)
downloadgobject-introspection-4e20fc1a5e54452ddb9294046daa208125db921a.tar.gz
Document the newly added GI_HOST_OS envvar
https://bugzilla.gnome.org/show_bug.cgi?id=761985
-rw-r--r--docs/g-ir-scanner.14
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/g-ir-scanner.1 b/docs/g-ir-scanner.1
index 2fbc1d62..f027fdb5 100644
--- a/docs/g-ir-scanner.1
+++ b/docs/g-ir-scanner.1
@@ -140,6 +140,10 @@ not write cache data to $HOME.
The variable GI_SCANNER_DEBUG can be used to debug issues in the build-system that
involve g-ir-scanner. When it is set to 'save-temps', then g-ir-scanner will not remove
temporary files and directories after it terminates.
+
+The variable GI_HOST_OS can be used to control the OS name on the
+host that runs the scanner. It has the same semantics as the Python
+os.name property.
.SH BUGS
Report bugs at http://bugzilla.gnome.org/ in the gobject-introspection product.
.SH HOMEPAGE and CONTACT