Skip to content

Commit c88eaa2

Browse files
build: Work around macOS linker breakage
1 parent 50bb043 commit c88eaa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.bazelrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ build:linux --linkopt="-fuse-ld=lld"
1818

1919
# Based on release notes from since we're on Bazel < 7
2020
# https://github.com/bazel-contrib/toolchains_llvm/releases/tag/0.10.3
21-
build:darwin --features=-supports_dynamic_linker
22-
build:darwin --features=-libtool
21+
build --features=-supports_dynamic_linker
22+
build --features=-libtool
2323

2424
# Not sure why setting all of these is necessary, but just setting cxxopt
2525
# Leads to usage of old C++ version when compiling LLVM, which needs C++14 or newer.

0 commit comments

Comments
 (0)