Skip to content

Commit 813aa03

Browse files
committed
build: use clang standard library instead of default
1 parent 393e5c4 commit 813aa03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.bazelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ build --workspace_status_command=tools/bazel_workspace_status.sh
3030
build --action_env=BAZEL_CXXOPTS="-std=c++17"
3131
build --cxxopt=-std=c++17
3232
build --repo_env=CC=clang
33+
build --cxxopt=-stdlib=libc++
3334

3435
# windows
3536
# MSVC

0 commit comments

Comments
 (0)