Skip to content

Commit 2e4e334

Browse files
authored
fix: also add additional_header_deps for @cuda//:cuda (#381)
1 parent 0eb9b82 commit 2e4e334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda/private/templates/BUILD.cudart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ cc_import(
9393

9494
cc_library(
9595
name = "cuda",
96-
deps = [
96+
deps = additional_header_deps("cudart") + [
9797
":%{component_name}_headers",
9898
] + if_linux([
9999
":cuda_so",

0 commit comments

Comments
 (0)