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 b7b4fc2 commit 75d8a01Copy full SHA for 75d8a01
bazel/copts.bzl
@@ -2,7 +2,7 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
2
3
# Ecsact repositories currently only support clang, cl, and emscripten
4
copts = selects.with_or({
5
- ("//bazel:compiler_emscripten"): [
+ (Label("//bazel:compiler_emscripten")): [
6
"-std=c++20",
7
],
8
("@rules_cc//cc/compiler:clang"): [
0 commit comments