Skip to content

Instantly share code, notes, and snippets.

@sadanand1120
Last active July 10, 2020 22:11
Show Gist options
  • Save sadanand1120/4ef880874aaaf15221163a1c8e27ee79 to your computer and use it in GitHub Desktop.
Save sadanand1120/4ef880874aaaf15221163a1c8e27ee79 to your computer and use it in GitHub Desktop.
Bazel table in Medium post
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