summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-05-04 10:41:47 -0700
committerGitHub <noreply@github.com>2023-05-04 10:41:47 -0700
commitfcb92c4ff1503ac0cf920d26f771b8f47386f4dc (patch)
tree6199e98610c76c39efe59a4dc6e91d31e5a13e96 /CHANGES.txt
parent84859d565216af998f817e05d0696f3423bb7216 (diff)
parent4997bbda807ebdbcd11b1282981c3abb81dd8ee1 (diff)
downloadscons-git-fcb92c4ff1503ac0cf920d26f771b8f47386f4dc.tar.gz
Merge pull request #4307 from mwichmann/bug/msys-python
Fix Configure tests on win32/msys2
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ddb957ae1..d4ad973a0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -196,6 +196,9 @@ RELEASE 4.5.0 - Sun, 05 Mar 2023 14:08:29 -0700
We take advantage that their order is now stable based on insertion order
in Python 3.5+
- Added/modifed unit and system tests to verify these changes.
+ - Fixed: when using the mingw tool, if an msys2 Python is used (os.sep
+ is '/' rather than the Windows default '\'), certain Configure checks
+ could fail due to the construction of the path to run the compiled check.
RELEASE 4.4.0 - Sat, 30 Jul 2022 14:08:29 -0700