Skip to content

Commit 07997b2

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: toxcore/BUILD.bazel

+4
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)