summaryrefslogtreecommitdiff
path: root/toxcore/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/BUILD.bazel')
-rw-r--r--toxcore/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/BUILD.bazel b/toxcore/BUILD.bazel
index d8d86d56..af23a2b2 100644
--- a/toxcore/BUILD.bazel
+++ b/toxcore/BUILD.bazel
@@ -272,8 +272,8 @@ cc_library(
272 srcs = [ 272 srcs = [
273 "tox.c", 273 "tox.c",
274 "tox.h", 274 "tox.h",
275 "tox_private.h",
276 "tox_api.c", 275 "tox_api.c",
276 "tox_private.h",
277 ], 277 ],
278 visibility = ["//c-toxcore:__subpackages__"], 278 visibility = ["//c-toxcore:__subpackages__"],
279 deps = [ 279 deps = [