diff options
author | William Deegan <bill@baddogconsulting.com> | 2022-04-15 02:36:37 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2022-04-15 02:36:37 (GMT) |
commit | f75ca45685c3a026108bcd1163cd15b645b00a05 (patch) | |
tree | 99195b8da3c2bdbfdb56064d95de9b2b1b9e56c7 /CHANGES.txt | |
parent | ab05be34b4206d401fbdf312335d1e63889b7d61 (diff) | |
download | SCons-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-x | CHANGES.txt | 5 |
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: |