Skip to content

Commit 40f0665

Browse files
zbud-msftUbuntu
and
Ubuntu
authored
Modify azp (#10)
* Add libzmq5 as dependency for ubuntu-20.04 build * Add libzmq3-dev dependency to build script * Add uuid-dev and libboost-serialization-dev dependencies * Add dependencies for bazel build Co-authored-by: Ubuntu <zain@zb-dev-vm.022x1jpnpm4u1iy2d325acts3c.yx.internal.cloudapp.net>
1 parent 6b79a20 commit 40f0665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cc_library(
1515
includes = [
1616
"common",
1717
],
18-
linkopts = ["-lpthread -lhiredis -lnl-genl-3 -lnl-nf-3 -lnl-route-3 -lnl-3"],
18+
linkopts = ["-lpthread -lhiredis -lnl-genl-3 -lnl-nf-3 -lnl-route-3 -lnl-3 -lzmq -lboost_serialization -luuid"],
1919
visibility = ["//visibility:public"],
2020
)
2121

0 commit comments

Comments
 (0)