summaryrefslogtreecommitdiff
path: root/toxcore/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/BUILD')
-rw-r--r--toxcore/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/BUILD b/toxcore/BUILD
index f7dc5861..f59e55fc 100644
--- a/toxcore/BUILD
+++ b/toxcore/BUILD
@@ -188,7 +188,7 @@ cc_library(
188 copts = [ 188 copts = [
189 "-Wno-parentheses", 189 "-Wno-parentheses",
190 ], 190 ],
191 visibility = ["//visibility:public"], 191 visibility = ["//c-toxcore:__subpackages__"],
192 deps = [ 192 deps = [
193 ":group", 193 ":group",
194 "//c-toxcore/toxencryptsave:defines", 194 "//c-toxcore/toxencryptsave:defines",