summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
Diffstat (limited to 'other')
-rw-r--r--other/bootstrap_daemon/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/bootstrap_daemon/BUILD b/other/bootstrap_daemon/BUILD
index d4a6bd2e..631a473e 100644
--- a/other/bootstrap_daemon/BUILD
+++ b/other/bootstrap_daemon/BUILD
@@ -4,9 +4,9 @@ cc_binary(
4 "src/*.c", 4 "src/*.c",
5 "src/*.h", 5 "src/*.h",
6 ]), 6 ]),
7 linkopts = ["-lconfig"],
8 deps = [ 7 deps = [
9 "//c-toxcore/other:bootstrap_node_packets", 8 "//c-toxcore/other:bootstrap_node_packets",
10 "//c-toxcore/toxcore", 9 "//c-toxcore/toxcore",
10 "@libconfig",
11 ], 11 ],
12) 12)