Skip to content

Commit c34248f

Browse files
committed
add docs for new target
1 parent b2adc9a commit c34248f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/api/rules_python/python/cc/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@ This target provides:
1616
* `CcInfo`: The C++ information about the Python headers.
1717
:::
1818

19+
:::{bzl:target} current_py_cc_headers_abi3
20+
21+
A convenience target that provides the Python ABI3 headers. It uses toolchain
22+
resolution to find the headers for the Python runtime matching the interpreter
23+
that will be used. This basically forwards the underlying
24+
`cc_library(name="python_headers_abi3")` target defined in the `@python_X_Y` repo.
25+
26+
This target provides:
27+
28+
* `CcInfo`: The C++ information about the Python ABI3 headers.
29+
:::
30+
1931
:::{bzl:target} current_py_cc_libs
2032

2133
A convenience target that provides the Python libraries. It uses toolchain

0 commit comments

Comments
 (0)