forked from google/mozc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve error messages for missing MSVC for ARM64
This is a follow up commit to my previous commit [1], which made build_qt.py compatible with ARM64 host and/or target (google#1121) One remaining pitfall is that ARM64 C++ compiler needs to be explicitly selected when installing Visual Studio on the x64 environment. With this commit at least you can see a clear message that the compiler is missing when you try to build Qt for ARM64 without installing the required optional component. [1]: a0fed62
- Loading branch information
Showing
1 changed file
with
24 additions
and
8 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