Skip to content

Commit 2e5f7b7

Browse files
dzbarskycopybara-github
authored andcommitted
Make archiver_flags public
Copybara Import from #547 BEGIN_PUBLIC Make archiver_flags public (#547) Downstream toolchains need to use these to align the AR tool with the flags. Closes #547 END_PUBLIC COPYBARA_INTEGRATE_REVIEW=#547 from dzbarsky:zbarsky/vis 2185eba PiperOrigin-RevId: 843669849 Change-Id: Iab961f19ffb8a25485c7f07bd31c96564e0613be
1 parent 506289b commit 2e5f7b7

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

cc/toolchains/args/archiver_flags/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ package(default_visibility = ["//visibility:private"])
99
bool_flag(
1010
name = "use_libtool_on_macos",
1111
build_setting_default = True,
12+
visibility = ["//visibility:public"],
1213
)
1314

1415
config_setting(
1516
name = "use_libtool_on_macos_setting",
1617
constraint_values = ["@platforms//os:macos"],
1718
flag_values = {":use_libtool_on_macos": "true"},
19+
visibility = ["//visibility:public"],
1820
)
1921

2022
cc_feature(

0 commit comments

Comments
 (0)