We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29075e8 commit 5ab4b94Copy full SHA for 5ab4b94
cc/private/toolchain/windows_cc_toolchain_config.bzl
@@ -1663,8 +1663,8 @@ cc_toolchain_config = rule(
1663
"msvc_lib_path": attr.string(default = "vc_installation_error.bat"),
1664
"msvc_link_path": attr.string(default = "vc_installation_error.bat"),
1665
"msvc_ml_path": attr.string(default = "vc_installation_error.bat"),
1666
- "supports_parse_showincludes": attr.bool(),
1667
"shorten_virtual_includes": attr.bool(default = False),
+ "supports_parse_showincludes": attr.bool(),
1668
"target_libc": attr.string(),
1669
"target_system_name": attr.string(),
1670
"tool_bin_path": attr.string(default = "not_found"),
0 commit comments