commit | 687896ee8b89a358b9094fc648bb10574d940467 | [log] [tgz] |
---|---|---|
author | Brian Silverman <bsilver16384@gmail.com> | Thu Oct 01 15:05:38 2020 -0700 |
committer | Brian Silverman <bsilver16384@gmail.com> | Thu Oct 01 15:17:17 2020 -0700 |
tree | 43188f091de7db582108801bbd7f6e371c6bd8d3 | |
parent | 40b5ad550d4b1ccc3a59aa711e68f417c4fc681d [diff] [blame] |
Don't rely on -lrt from the toolchain Change-Id: I17bdcb7f7be74c0dbdbb3168bcf8882045c87dcc
diff --git a/aos/ipc_lib/BUILD b/aos/ipc_lib/BUILD index fed9a8a..5f896d6 100644 --- a/aos/ipc_lib/BUILD +++ b/aos/ipc_lib/BUILD
@@ -91,6 +91,7 @@ srcs = [ "ipc_comparison.cc", ], + linkopts = ["-lrt"], deps = [ "//aos:condition", "//aos:event",