diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2021-08-29 04:28:14 (GMT) |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2021-08-29 04:47:21 (GMT) |
commit | 92a00dc147a4aefdf5e0fba3ec4585cca2fe4a6f (patch) | |
tree | 0a1d1ddba910422b7eec66bcb1595697f770c5f6 /doc | |
parent | 919a89d4853fa93c4cbc2c71de6669a0415f6b9c (diff) | |
download | SCons-92a00dc147a4aefdf5e0fba3ec4585cca2fe4a6f.zip SCons-92a00dc147a4aefdf5e0fba3ec4585cca2fe4a6f.tar.gz SCons-92a00dc147a4aefdf5e0fba3ec4585cca2fe4a6f.tar.bz2 |
Define HOST_OS and HOST_ARCH in the environment for all platforms
Before this commit, these were only defined for Win32 and OS/2
Diffstat (limited to 'doc')
-rw-r--r-- | doc/generated/variables.gen | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/generated/variables.gen b/doc/generated/variables.gen index a9188da..eea6554 100644 --- a/doc/generated/variables.gen +++ b/doc/generated/variables.gen @@ -3097,7 +3097,6 @@ is <quote><literal>-dNOPAUSE -dBATCH -sDEVICE=pdfwrite</literal></quote> that Platform's logic will handle setting this value. This value is immutable, and should not be changed by the user after the Environment is initialized. - Currently only set for Win32. </para> <para> Sets the host architecture for the Visual C++ compiler. If not set, @@ -3127,7 +3126,6 @@ used on other OSes as well. that Platform's logic will handle setting this value. This value is immutable, and should not be changed by the user after the Environment is initialized. - Currently only set for Win32. </para> </listitem> </varlistentry> |