diff options
Diffstat (limited to 'RELEASE.txt')
-rwxr-xr-x | RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index fbefdee..38f5deb 100755 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -68,6 +68,8 @@ FIXES 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). +- Added user configurable setting of ninja depfile format. This helps in mingw environments + where the gcc/clang format might be used on windows. - Fix issue where Express versions of the MSVC compiler were not detected due to differences in initial msvc detection and msvc batch file determination when configuring the build environment. This could lead to build failures when only an MSVC Express instance is installed |