Skip to content

Commit e097296

Browse files
committed
use llvm ar
1 parent 6e92afa commit e097296

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cc/toolchains/llvm/aarch64-darwin/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ cc_toolchain_config(
104104
target_libc = "macosx",
105105
target_system_name = "aarch64-apple-macosx",
106106
tool_paths = {
107-
"ar": "/usr/bin/libtool",
107+
"ar": "wrappers/ar",
108108
"cpp": "wrappers/clang-cpp",
109109
"gcc": "wrappers/clang",
110110
"gcov": "wrappers/llvm-profdata",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wrapper

0 commit comments

Comments
 (0)