summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2021-02-26 23:42:14 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2021-02-26 23:42:14 (GMT)
commit699532f0e73793d31324f37dade3e9a423ef7ea7 (patch)
treefb2d3aa6b934f6cfc25fdb7887223f07a154343c
parent0f41f83ebbf5fa740a77e8e7116d2d4b26426ea9 (diff)
downloadSCons-699532f0e73793d31324f37dade3e9a423ef7ea7.zip
SCons-699532f0e73793d31324f37dade3e9a423ef7ea7.tar.gz
SCons-699532f0e73793d31324f37dade3e9a423ef7ea7.tar.bz2
resolve a couple outstanding comments from PR
-rw-r--r--SCons/Environment.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/SCons/Environment.xml b/SCons/Environment.xml
index 5b039ff..d006fb7 100644
--- a/SCons/Environment.xml
+++ b/SCons/Environment.xml
@@ -498,8 +498,11 @@ for example, different Python syntax is needed to combine
a list of values with a single string value, or vice versa.
Some pre-defined &consvars; do have type expectations
based on how &SCons; will use them,
-for example &cv-link-CPPDEFINES; is normally a string
-or list of strings, while &cv-link-LIBEMITTER;
+for example &cv-link-CPPDEFINES; is normally a string or a list of strings,
+but can be a string,
+a list of strings,
+a list of tuples,
+or a dictionary, while &cv-link-LIBEMITTER;
would expect a callable or list of callables,
and &cv-link-BUILDERS; would expect a mapping type.
Consult the documentation for the various &consvars; for more details.
@@ -628,7 +631,7 @@ See also &f-link-env-AppendUnique;,
<scons_function name="AppendENVPath">
<arguments signature="env">
-(name, newpath, [envname, sep, delete_existing=True])
+(name, newpath, [envname, sep, delete_existing=False])
</arguments>
<summary>
<para>