Skip to content

Commit aee4739

Browse files
committed
Minor fix
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 84dad19 commit aee4739

File tree

1 file changed

+1
-1
lines changed
  • examples/sample_rt_app

1 file changed

+1
-1
lines changed

examples/sample_rt_app/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package(default_visibility = ["//visibility:public"])
44
# It has include, lib, bin directory and LICENSE file
55
cc_library(
66
name = "trtorch_runtime",
7-
srcs = ["trtorch/lib/libtrtorchrt.so"], # , "trtorch/lib/libtrtorch_plugins.so"
7+
srcs = ["trtorch/lib/libtrtorchrt.so"],
88
)
99

1010
cc_binary(

0 commit comments

Comments
 (0)