summaryrefslogtreecommitdiff
path: root/toxcore/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/BUILD.bazel')
-rw-r--r--toxcore/BUILD.bazel5
1 files changed, 4 insertions, 1 deletions
diff --git a/toxcore/BUILD.bazel b/toxcore/BUILD.bazel
index b21ec4a6..fc28a333 100644
--- a/toxcore/BUILD.bazel
+++ b/toxcore/BUILD.bazel
@@ -63,7 +63,10 @@ cc_library(
63 name = "mono_time", 63 name = "mono_time",
64 srcs = ["mono_time.c"], 64 srcs = ["mono_time.c"],
65 hdrs = ["mono_time.h"], 65 hdrs = ["mono_time.h"],
66 deps = [":ccompat"], 66 deps = [
67 ":ccompat",
68 "@pthread",
69 ],
67) 70)
68 71
69cc_test( 72cc_test(