/bazel-win32-toolchain-test

Demo for excitoon/bazel-win32-toolchain, see link

Primary LanguagePython

  • Bazel Latest: Build status
  • Bazel 0.22.0: Build status
  • Bazel 0.21.0: Build status
  • Bazel 0.20.0: Build status
  • Bazel 0.19.2: Build status

How to use

32-bit

bazel build --cpu x86_32_windows --crosstool_top @windows_cc_config//:toolchain //:hello

64-bit

bazel build --cpu x64_windows --crosstool_top @windows_cc_config//:toolchain //:hello