Fix syscall warning in Bazel Build
This commit resolves [#717](https://github.com/google/glog/issues/717) issue.
This commit is contained in:
parent
56523194b3
commit
c34dbe9873
@ -92,6 +92,8 @@ def glog_library(namespace = "google", with_gflags = 1, **kwargs):
|
|||||||
darwin_only_copts = [
|
darwin_only_copts = [
|
||||||
# For stacktrace.
|
# For stacktrace.
|
||||||
"-DHAVE_DLADDR",
|
"-DHAVE_DLADDR",
|
||||||
|
# Avoid deprecated syscall().
|
||||||
|
"-DHAVE_PTHREAD_THREADID_NP",
|
||||||
]
|
]
|
||||||
|
|
||||||
windows_only_copts = [
|
windows_only_copts = [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user