Fix incompatibility with future Bazel version
See https://github.com/bazelbuild/bazel/issues/6461 PiperOrigin-RevId: 238458969
This commit is contained in:
parent
61ebe6e8f6
commit
22a0638433
3
third_party/gpus/cuda_configure.bzl
vendored
3
third_party/gpus/cuda_configure.bzl
vendored
@ -1435,10 +1435,11 @@ def _create_local_cuda_repository(repository_ctx):
|
||||
wrapper_defines,
|
||||
)
|
||||
|
||||
cuda_defines.update(_get_win_cuda_defines(repository_ctx))
|
||||
_tpl(
|
||||
repository_ctx,
|
||||
"crosstool:CROSSTOOL",
|
||||
cuda_defines + _get_win_cuda_defines(repository_ctx),
|
||||
cuda_defines,
|
||||
out = "crosstool/CROSSTOOL",
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user