From 67a53b05850de59a746f3fe1648c36d28a6236dd Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Fri, 13 Mar 2020 10:00:20 -0600 Subject: Add a link from Clone() to Envirornment() methods. [ci skip] Signed-off-by: Mats Wichmann --- src/engine/SCons/Environment.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/SCons/Environment.xml b/src/engine/SCons/Environment.xml index e1d5e74..a171f38 100644 --- a/src/engine/SCons/Environment.xml +++ b/src/engine/SCons/Environment.xml @@ -844,7 +844,7 @@ env3 = env.Clone(CCFLAGS = '-g') Additionally, a list of tools and a toolpath may be specified, as in -the Environment constructor: +the &f-link-Environment; constructor: -- cgit v0.12