We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7998225 commit 2964763Copy full SHA for 2964763
1 file changed
rules/gcc.bzl
@@ -227,7 +227,7 @@ gcc_toolchain = repository_rule(
227
"license_info_value": attr.string(doc = "License info value (custom settings)"),
228
"license_info_variable": attr.string(doc = "License info variable name (custom settings)"),
229
"license_path": attr.string(doc = "Lincese path"),
230
- "sdk_version": attr.string(doc = "SDP version string"),
+ "sdk_version": attr.string(doc = "SDK version string"),
231
"sdp_version": attr.string(doc = "SDP version string"),
232
"tc_cpu": attr.string(doc = "Target platform CPU."),
233
"tc_identifier": attr.string(doc = "Constraint to be used for toolchain definition (e.g. gcc_12.2.0)."),
0 commit comments