Skip to content

Commit

Permalink
Fix the opensource build, need defines to be [] not True.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 314987457
  • Loading branch information
bjacob authored and copybara-github committed Jun 5, 2020
1 parent d42b66b commit c347b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/clog.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cc_library(
defines = select({
# When linkstatic=False, we need default visibility
":macos_x86_64": ["CLOG_VISIBILITY="],
"//conditions:default": True,
"//conditions:default": [],
}),
strip_include_prefix = "deps/clog/include",
)
Expand Down

0 comments on commit c347b02

Please sign in to comment.