Skip to content

Commit cb495c6

Browse files
committed
fix(bazel): make net_prof visible to its consumers
1 parent 9dcc2f5 commit cb495c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

toxcore/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,10 @@ cc_library(
358358
name = "net_profile",
359359
srcs = ["net_profile.c"],
360360
hdrs = ["net_profile.h"],
361+
visibility = [
362+
"//c-toxcore/auto_tests:__pkg__",
363+
"//c-toxcore/testing/fuzzing:__pkg__"
364+
],
361365
deps = [
362366
":attributes",
363367
":ccompat",

0 commit comments

Comments
 (0)