summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2020-03-15 19:35:03 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2020-03-15 19:35:03 (GMT)
commit75be26112bf6d4ab42b1367997785a7bbd192577 (patch)
treeedb0c9beac4720c4feee064240ef4c7ed54e6256
parentca71152213e6ebb10a49ce18714dfd871869ac5a (diff)
downloadSCons-75be26112bf6d4ab42b1367997785a7bbd192577.zip
SCons-75be26112bf6d4ab42b1367997785a7bbd192577.tar.gz
SCons-75be26112bf6d4ab42b1367997785a7bbd192577.tar.bz2
[ci skip] update CHANGES.txt to have actual path added
-rwxr-xr-xsrc/CHANGES.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 760a096..6e42ccf 100755
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -27,7 +27,8 @@ From Rob Boehne
characters where it should have been simply replacing existing text. Switched to use string.replace().
- Fix Github Issue #2904 - Provide useful error message when more than one Configure Contexts are opened.
Only one open is allowed. You must call conf.Finish() to complete the currently open one before creating another
- - Add msys2 installed mingw to PATH for mingw tool.
+ - Add msys2 installed mingw default path to PATH for mingw tool.
+ - C:\msys64\mingw64\bin
From Jeremy Elson:
- Updated design doc to use the correct syntax for Depends()