We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e29bd commit 3f19974Copy full SHA for 3f19974
1 file changed
swift/rules.bzl
@@ -31,12 +31,15 @@ def _transition_impl(settings, attr):
31
"//command_line_option:cxxopt": [
32
"-std=c++20",
33
],
34
+ "//command_line_option:linkopt": [],
35
},
36
"windows": {
37
+ "//command_line_option:copt": [],
38
39
"/std:c++20",
40
"--cxxopt=/Zc:preprocessor",
41
42
43
44
}[attr.os]
45
0 commit comments