diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-03-15 19:35:03 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-03-15 19:35:03 (GMT) |
commit | 75be26112bf6d4ab42b1367997785a7bbd192577 (patch) | |
tree | edb0c9beac4720c4feee064240ef4c7ed54e6256 | |
parent | ca71152213e6ebb10a49ce18714dfd871869ac5a (diff) | |
download | SCons-75be26112bf6d4ab42b1367997785a7bbd192577.zip SCons-75be26112bf6d4ab42b1367997785a7bbd192577.tar.gz SCons-75be26112bf6d4ab42b1367997785a7bbd192577.tar.bz2 |
[ci skip] update CHANGES.txt to have actual path added
-rwxr-xr-x | src/CHANGES.txt | 3 |
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() |