Last active
July 10, 2020 22:11
-
-
Save sadanand1120/4ef880874aaaf15221163a1c8e27ee79 to your computer and use it in GitHub Desktop.
Bazel table in Medium post
This file contains hidden or 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
Variable name | Variable value | Description | |
---|---|---|---|
BAZEL_SH | C:\msys64\usr\bin\bash.exe | allows Bazel to access msys64 | |
BAZEL_VC | C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC | allows Bazel to access Visual C++ compiler | |
BAZEL_WINSDK_FULL_VERSION | 10.0.17763.0 | lets Bazel know the correct Windows SDK version to use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment