Commit a9cec9a
authored
Remove C Python headers from pyo3 build actions (bazelbuild#4095)
bazelbuild#4024 introduced a warning
for targets adding CC deps in `deps`. The warning calls out putting this
in `link_deps` or `cc_deps`. The latter makes more sense here... but
doesn't actually exist. However, I don't think this matters anyways, as
I don't think it's needed (this works with an internal codebase).1 parent fb01b69 commit a9cec9a
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | | - | |
337 | 336 | | |
338 | 337 | | |
339 | 338 | | |
| |||
0 commit comments