We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e92afa commit e097296Copy full SHA for e097296
cc/toolchains/llvm/aarch64-darwin/BUILD.bazel
@@ -104,7 +104,7 @@ cc_toolchain_config(
104
target_libc = "macosx",
105
target_system_name = "aarch64-apple-macosx",
106
tool_paths = {
107
- "ar": "/usr/bin/libtool",
+ "ar": "wrappers/ar",
108
"cpp": "wrappers/clang-cpp",
109
"gcc": "wrappers/clang",
110
"gcov": "wrappers/llvm-profdata",
cc/toolchains/llvm/aarch64-darwin/wrappers/llvm-ar
@@ -0,0 +1 @@
1
+wrapper
0 commit comments