Skip to content

Commit 3174c21

Browse files
committed
add bin path to clang
1 parent bd38e43 commit 3174c21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cc/toolchains/llvm/cc_toolchain_config.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def cc_toolchain_config(
103103
])
104104
else:
105105
link_flags.extend([
106+
"-B/usr/bin", # Tell clang where to find system linker
106107
"-headerpad_max_install_names",
107108
"-Wl,-no_warn_duplicate_libraries",
108109
])

0 commit comments

Comments
 (0)