Skip to content

Commit d82c1c6

Browse files
committed
fix: make use_libtool_on_macos_setting public
1 parent 794b5b0 commit d82c1c6

File tree

1 file changed

+1
-0
lines changed
  • cc/toolchains/args/archiver_flags

1 file changed

+1
-0
lines changed

cc/toolchains/args/archiver_flags/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ config_setting(
1515
name = "use_libtool_on_macos_setting",
1616
constraint_values = ["@platforms//os:macos"],
1717
flag_values = {":use_libtool_on_macos": "true"},
18+
visibility = ["//visibility:public"],
1819
)
1920

2021
cc_feature(

0 commit comments

Comments
 (0)