summaryrefslogtreecommitdiff
path: root/toxencryptsave/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'toxencryptsave/BUILD')
-rw-r--r--toxencryptsave/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxencryptsave/BUILD b/toxencryptsave/BUILD
index bdb0031e..9554f013 100644
--- a/toxencryptsave/BUILD
+++ b/toxencryptsave/BUILD
@@ -16,7 +16,7 @@ cc_library(
16 name = "toxencryptsave", 16 name = "toxencryptsave",
17 srcs = ["toxencryptsave.c"], 17 srcs = ["toxencryptsave.c"],
18 hdrs = ["toxencryptsave.h"], 18 hdrs = ["toxencryptsave.h"],
19 visibility = ["//visibility:public"], 19 visibility = ["//c-toxcore:__subpackages__"],
20 deps = [ 20 deps = [
21 ":defines", 21 ":defines",
22 "//c-toxcore/toxcore:crypto_core", 22 "//c-toxcore/toxcore:crypto_core",