We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b363673 commit 2e2a2a9Copy full SHA for 2e2a2a9
1 file changed
src/BUILD
@@ -30,7 +30,7 @@ OPT_COPTS = select({
30
],
31
":debug": ["-Og"],
32
}) + select({
33
- "@platforms//os:windows": ["/std:c++20"],
+ "@bazel_tools//src/conditions:windows": ["/std:c++20"],
34
"//conditions:default": ["-std=c++20"],
35
36
"@platforms//os:macos": ["-mmacosx-version-min=10.15"],
0 commit comments