2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-29 12:33:51 +00:00
rules_foreign_cc/foreign_cc/private
jheaff1 b51f25ee62
Prepend user-specified PATH to existing PATH (#733)
If a user specifies a PATH value as part of an `env` attribute, the
value will be prepended to the existing PATH.

An example requirement for this change is that the MSVC build of
OpenSSL requires that the Netwide Assembler (NASM) must be on the
PATH.
2021-07-22 20:30:25 +01:00
..
framework Enable more examples tests on windows (#718) 2021-07-14 09:37:35 -07:00
BUILD.bazel
cc_toolchain_util.bzl Convert MSVC flags by replacing slashes with dashes (#731) 2021-07-20 16:42:29 +00:00
cmake_script.bzl Fix tool_prefix for CMake (#686) 2021-06-16 21:55:02 +00:00
configure_script.bzl Wrap tool paths that contain whitespaces in quotes (#732) 2021-07-20 16:44:33 +00:00
detect_root.bzl
framework.bzl Prepend user-specified PATH to existing PATH (#733) 2021-07-22 20:30:25 +01: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