summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2023-02-26 08:52:04 -0700
committerMats Wichmann <mats@linux.com>2023-03-01 06:57:11 -0700
commit4c835c49219361b08f03b71d1f944e2e74f23545 (patch)
treeb3d4d4b4834c98a1bab30e54053f5ace37997be6 /CHANGES.txt
parent55b490b385948577a4a3a2338e48caa28780f6c7 (diff)
downloadscons-git-4c835c49219361b08f03b71d1f944e2e74f23545.tar.gz
Fix Configure tests on win32/msys2
If selecting tool 'mingw', and using an msys2 Python, paths constructed to run a compiled check ended up with forward slashes, which gave an error when executed through cmd.exe. Cygwin does not have the same problem, as it uses "sh" as the shell when executing the command. Signed-off-by: Mats Wichmann <mats@linux.com>
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 6052a21a3..b2962d386 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -145,6 +145,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
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