Skip to content

Commit

Permalink
Update unix_cc_toolchain_config.bzl
Browse files Browse the repository at this point in the history
fix protoc crash on macos 12.x

see bazelbuild#14275
  • Loading branch information
yancl authored Nov 3, 2023
1 parent bd0534d commit 17a074b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/cpp/unix_cc_toolchain_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1243,6 +1243,7 @@ def _impl(ctx):
coverage_feature,
default_compile_flags_feature,
default_link_flags_feature,
user_link_flags_feature,
fdo_optimize_feature,
supports_dynamic_linker_feature,
dbg_feature,
Expand Down

0 comments on commit 17a074b

Please sign in to comment.