commit | d1c19fbd8e691806b77e516520c3a4f3d597a302 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Thu Jul 07 00:10:57 2016 -0700 |
committer | Brian Silverman <brians> | Thu Jul 07 00:44:09 2016 -0700 |
tree | 288d03bea0adff1f383e3bb9f9d073d053019c17 | |
parent | 0d8ed03f9805f64472185b12a4d22636a8458831 [diff] |
Upgrade to a new, fixed version of Bazel Change-Id: I90f63a9cb40bcfde7552a79355dfbf9123bcd798
diff --git a/aos/common/logging/BUILD b/aos/common/logging/BUILD index d4d3ca5..8b28482 100644 --- a/aos/common/logging/BUILD +++ b/aos/common/logging/BUILD
@@ -176,6 +176,9 @@ hdrs = [ 'implementations.h', ], + linkopts = [ + '-pthread', + ], deps = [ '//aos/common:die', '//aos/common:time',