mirror of
https://github.com/bazel-contrib/rules_foreign_cc
synced 2024-11-30 16:42:07 +00:00
2e61d9588a
The macros utilise bazel "transitions" to set the `make` toolchain used in the configure_make(), cmake() or make() rules to a given make variant toolchain, e.g. preinstalled_nmake. Note that the msvc constraint was removed from the `exec_compatible_with` attribute of `preinstalled_nmake_toolchain` as the condition is not actually met even when building with msvc. See https://github.com/bazelbuild/bazel/issues/7730. This will be tested in PR#729 |
||
---|---|---|
.. | ||
framework | ||
BUILD.bazel | ||
cc_toolchain_util.bzl | ||
cmake_script.bzl | ||
configure_script.bzl | ||
detect_root.bzl | ||
framework.bzl | ||
make_script.bzl | ||
run_shell_file_utils.bzl | ||
transitions.bzl |