-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build script: Fix Mesa version detection logic epic fail with release candidates.
- Loading branch information
Showing
4 changed files
with
6 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +0,0 @@ | ||
# Build script | ||
- Dead variables clean-up. | ||
- Load Visual Studio environment only when building LLVM with Ninja. | ||
- S3TC build: If both MSYS2 and standalone Mingw-W64 are installed let the user pick which to use. | ||
- S3TC MSYS2 build: prefer 64-bit MSYS2 over 32-bit if both installed. | ||
# Build script documentation | ||
- S3TC build with standalone Mingw-w64 is no longer deprecated. GCC 7.2 update finally took place. | ||
- You are now asked which flavor of Mingw-W64 to use when building S3TC if both MSYS2 and standalone are installed. | ||