2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-30 16:42:07 +00:00
rules_foreign_cc/foreign_cc/private
jheaff1 93d7c272cc
Build make windows (#716)
* Refactor _env_prelude method to be public (589)

In an upcoming commit, the method will be used to set the PATH,
INCLUDE and LIB environment variables in Windows when building GNU
Make from source

* Build make from source on Windows (#589)

The built_tools_framework.bzl file was modified so that the PATH,
INCLUDE and LIB environment variables are set from the C++ toolchain,
e.g. MSVC.

The PATH environment variable is prepended with the path to the
toolchain's linker, otherwise the MSYS2 linker would be used instead
of MSVC (as they are both named link.exe).
2021-07-12 07:17:18 -07:00
..
framework Updated macos copy_dir_contents_to_dir to behave more like other platforms (#687) 2021-06-22 16:14:38 +01:00
BUILD.bazel Refactored framework to avoid polymorphism complexity (#612) 2021-04-30 17:03:32 +01:00
cc_toolchain_util.bzl Cleanup toolchain utils (#645) 2021-05-12 20:43:19 +00:00
cmake_script.bzl Fix tool_prefix for CMake (#686) 2021-06-16 21:55:02 +00:00
configure_script.bzl Removed legacy *env_vars attributes from cmake and configure_make rule (#675) 2021-06-21 08:24:34 -07:00
detect_root.bzl Addressed buildifier defects (#599) 2021-04-02 01:45:36 +00:00
framework.bzl Build make windows (#716) 2021-07-12 07:17:18 -07:00
make_script.bzl Added support for replacing sandbox paths in build artifacts (#650) 2021-06-15 15:10:08 -07:00
run_shell_file_utils.bzl Added new foreign_cc framework commands: (#628) 2021-04-30 13:26:23 -07:00