summaryrefslogtreecommitdiffstats
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2022-04-15 02:36:37 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2022-04-15 02:36:37 (GMT)
commitf75ca45685c3a026108bcd1163cd15b645b00a05 (patch)
tree99195b8da3c2bdbfdb56064d95de9b2b1b9e56c7 /CHANGES.txt
parentab05be34b4206d401fbdf312335d1e63889b7d61 (diff)
downloadSCons-f75ca45685c3a026108bcd1163cd15b645b00a05.zip
SCons-f75ca45685c3a026108bcd1163cd15b645b00a05.tar.gz
SCons-f75ca45685c3a026108bcd1163cd15b645b00a05.tar.bz2
[ci skip] Updated wording in CHANGES.txt and RELEASE.txt to more fully describe the failure which the PR fixes.
Diffstat (limited to 'CHANGES.txt')
-rwxr-xr-xCHANGES.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4521fb9..510e0e6 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -12,7 +12,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
From Joseph Brill:
- Verify that a user specified msvc script (via MSVC_USE_SCRIPT) exists and raise an exception
when the user specified msvc script does not exist.
- - Fix the mingw tool so that the generate and exists methods use the same mingw search paths
+ - Fix issue where if you only had mingw installed on a Windows system and no MSVC compiler, and
+ did not explicitly request the mingw tool, mingw tool initialization would fail and set the
+ default compiler to MSVC which wasn't installed, yielding broken build.
+ Updated mingw tool so that the generate and exists methods use the same mingw search paths
(issue #4134).
From William Deegan: