summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
Diffstat (limited to 'other')
-rw-r--r--other/fun/BUILD.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/fun/BUILD.bazel b/other/fun/BUILD.bazel
index c3ab510e..93009543 100644
--- a/other/fun/BUILD.bazel
+++ b/other/fun/BUILD.bazel
@@ -10,18 +10,18 @@ cc_binary(
10cc_binary( 10cc_binary(
11 name = "sign", 11 name = "sign",
12 srcs = ["sign.c"], 12 srcs = ["sign.c"],
13 copts = ["-w"],
13 deps = [ 14 deps = [
14 "//c-toxcore/testing:misc_tools", 15 "//c-toxcore/testing:misc_tools",
15 "@libsodium", 16 "@libsodium",
16 ], 17 ],
17 copts = ["-w"],
18) 18)
19 19
20cc_binary( 20cc_binary(
21 name = "strkey", 21 name = "strkey",
22 srcs = ["strkey.c"], 22 srcs = ["strkey.c"],
23 copts = ["-w"],
23 deps = [ 24 deps = [
24 "@libsodium", 25 "@libsodium",
25 ], 26 ],
26 copts = ["-w"],
27) 27)