File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
docs/api/rules_python/python/cc Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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
2133A convenience target that provides the Python libraries. It uses toolchain
You can’t perform that action at this time.
0 commit comments