Skip to content

Commit dd8e1a7

Browse files
committed
Fix visibility.
1 parent 9e608df commit dd8e1a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BUILD.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ cc_library(
265265
"src/zmtp_engine.cpp",
266266
"src/zmtp_engine.hpp",
267267
],
268+
visibility = ["//visibility:public"],
268269
deps = [
269270
":libzmq_headers_only",
270271
":platform",

0 commit comments

Comments
 (0)