mirror of https://github.com/bazelbuild/rules_cc
Directly exposing functions in toolchain_config_utils.bzl
setup_vc_env_vars should accepts more parameters than the wrapper previously allowed. PiperOrigin-RevId: 683192260 Change-Id: Ie6063e0706640856e0f4c9dce3e1f4e8fe1ec9e9
This commit is contained in:
parent
19a278e626
commit
b96ca29763
|
@ -19,11 +19,6 @@ load("//cc/private/toolchain:windows_cc_configure.bzl", _find_vc_path = "find_vc
|
||||||
|
|
||||||
MSVC_ENVVARS = _MSVC_ENVVARS
|
MSVC_ENVVARS = _MSVC_ENVVARS
|
||||||
|
|
||||||
def find_vc_path(repository_ctx):
|
find_vc_path = _find_vc_path
|
||||||
return _find_vc_path(repository_ctx)
|
setup_vc_env_vars = _setup_vc_env_vars
|
||||||
|
escape_string = _escape_string
|
||||||
def setup_vc_env_vars(repository_ctx):
|
|
||||||
return _setup_vc_env_vars(repository_ctx)
|
|
||||||
|
|
||||||
def escape_string(string):
|
|
||||||
return _escape_string(string)
|
|
||||||
|
|
Loading…
Reference in New Issue