Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanG100 committed Nov 18, 2024
1 parent 5b164af commit dc5140f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dataplane/standalone/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ cc_binary(
cc_binary(
name = "server",
srcs = ["server.cc"],
tags = ["manual"],
deps = [
"//dataplane/standalone/saiserver",
"@com_github_grpc_grpc//:grpc++",
],
linkopts = [
"-lprotobuf",
"-lgrpc++",
"-lglog",
"-lsai"
"-lsai",
],
tags = ["manual"],
deps = [
"//dataplane/standalone/saiserver",
"@com_github_grpc_grpc//:grpc++",
],
)

0 comments on commit dc5140f

Please sign in to comment.