We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0f80ec + 10efcc2 commit eb7f07dCopy full SHA for eb7f07d
1 file changed
swift/extractor/BUILD.bazel
@@ -17,6 +17,10 @@ swift_cc_binary(
17
"//swift/third_party/swift-llvm-support",
18
"@absl//absl/strings",
19
],
20
+ linkopts = select({
21
+ "@platforms//os:macos": ["-headerpad_max_install_names"],
22
+ "//conditions:default": [],
23
+ }),
24
)
25
26
sh_binary(
0 commit comments