summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Brill <48932340+jcbrill@users.noreply.github.com>2022-06-25 23:18:59 (GMT)
committerJoseph Brill <48932340+jcbrill@users.noreply.github.com>2022-06-25 23:18:59 (GMT)
commit607d719e44d58de52f261b95a6c7c8a4dfa5b225 (patch)
tree560cffb3b5993538a173b6fe8a9b1c15101eec40
parent623cdba27514874cd1af6e09911153885574113d (diff)
downloadSCons-607d719e44d58de52f261b95a6c7c8a4dfa5b225.zip
SCons-607d719e44d58de52f261b95a6c7c8a4dfa5b225.tar.gz
SCons-607d719e44d58de52f261b95a6c7c8a4dfa5b225.tar.bz2
Minor documentation update based on stress tests [ci skip]
-rw-r--r--SCons/Tool/msvc.xml10
-rw-r--r--doc/generated/variables.gen10
2 files changed, 12 insertions, 8 deletions
diff --git a/SCons/Tool/msvc.xml b/SCons/Tool/msvc.xml
index de82db0..ab02252 100644
--- a/SCons/Tool/msvc.xml
+++ b/SCons/Tool/msvc.xml
@@ -994,10 +994,12 @@ the requested SDK version is installed with the necessary platform type componen
</para></listitem>
<listitem><para>
-There is a known issue with the Microsoft libraries for SDK version <literal>'10.0.22000.0'</literal>
-when using the <literal>v141</literal> build tools and the target architecture is <literal>ARM64</literal>.
-Should build failures arise with this combination of settings, &cv-MSVC_SDK_VERSION; may be
-employed to specify a different SDK version for the build.
+There is a known issue with the Microsoft libraries when the target architecture is
+<literal>ARM64</literal> and a Windows 11 SDK (version <literal>'10.0.22000.0'</literal> and later) is used
+with the <literal>v141</literal> build tools and older <literal>v142</literal> toolsets
+(versions <literal>'14.28.29333'</literal> and earlier). Should build failures arise with these combinations
+of settings due to unresolved symbols in the Microsoft libraries, &cv-MSVC_SDK_VERSION; may be employed to
+specify a Windows 10 SDK (e.g., <literal>'10.0.20348.0'</literal>) for the build.
</para></listitem>
</itemizedlist>
diff --git a/doc/generated/variables.gen b/doc/generated/variables.gen
index a0c2dc4..c34b70c 100644
--- a/doc/generated/variables.gen
+++ b/doc/generated/variables.gen
@@ -5026,10 +5026,12 @@ the requested SDK version is installed with the necessary platform type componen
</para></listitem>
<listitem><para>
-There is a known issue with the Microsoft libraries for SDK version <literal>'10.0.22000.0'</literal>
-when using the <literal>v141</literal> build tools and the target architecture is <literal>ARM64</literal>.
-Should build failures arise with this combination of settings, &cv-MSVC_SDK_VERSION; may be
-employed to specify a different SDK version for the build.
+There is a known issue with the Microsoft libraries when the target architecture is
+<literal>ARM64</literal> and a Windows 11 SDK (version <literal>'10.0.22000.0'</literal> and later) is used
+with the <literal>v141</literal> build tools and older <literal>v142</literal> toolsets
+(versions <literal>'14.28.29333'</literal> and earlier). Should build failures arise with these combinations
+of settings due to unresolved symbols in the Microsoft libraries, &cv-MSVC_SDK_VERSION; may be employed to
+specify a Windows 10 SDK (e.g., <literal>'10.0.20348.0'</literal>) for the build.
</para></listitem>
</itemizedlist>