Skip to content

Commit

Permalink
Add ac_cv_ placeholders to bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
darbitman committed Jul 3, 2021
1 parent 30c4612 commit fd83d3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bazel/glog.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ def glog_library(namespace = "google", with_gflags = 1, **kwargs):

common_config = {
"@ac_cv_cxx11_atomic@": "1",
"@ac_cv_cxx11_constexpr@": "1",
"@ac_cv_cxx11_have_chrono@": "1",
"@ac_cv_cxx11_nullptr_t@": "1",
"@ac_cv_cxx_using_operator@": "1",
"@ac_cv_have_inttypes_h@": "0",
Expand Down

0 comments on commit fd83d3c

Please sign in to comment.