From 699532f0e73793d31324f37dade3e9a423ef7ea7 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Fri, 26 Feb 2021 15:42:14 -0800 Subject: resolve a couple outstanding comments from PR --- SCons/Environment.xml | 9 ++++++--- 1 file 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;, -(name, newpath, [envname, sep, delete_existing=True]) +(name, newpath, [envname, sep, delete_existing=False]) -- cgit v0.12