Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-headerpad_max_install_names
1 parent aeb667c commit 10efcc2Copy full SHA for 10efcc2
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