summaryrefslogtreecommitdiff
path: root/toxencryptsave
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-01-22 19:34:52 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-01-22 21:18:24 +0000
commit42636861d8ccd8d161654f4dfadf7a3632c20c14 (patch)
tree5f7f3475c4c307a741ca60f575b2993223c1d162 /toxencryptsave
parent8f1bbcf83e23286ebdfd17b83d886fc8f0a3eb2a (diff)
Publish a single public BUILD target for c-toxcore.
Diffstat (limited to 'toxencryptsave')
-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",