We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eda27d commit d3c2e7eCopy full SHA for d3c2e7e
third_party/tensorrt/local/BUILD
@@ -67,6 +67,10 @@ cc_import(
67
":windows": "lib/nvinfer.dll",
68
"//conditions:default": "lib/x86_64-linux-gnu/libnvinfer.so",
69
}),
70
+ static_library = select({
71
+ ":windows": "lib/nvinfer.lib",
72
+ "//conditions:default": ""
73
+ }),
74
visibility = ["//visibility:private"],
75
)
76
0 commit comments