Commit c1f338b
authored
fix: remove spurious link to
`libpython` is intended for host applications which wish to embed an
interpreter w/o static linking. Binary modules should *not* link to
`libpython` for symbols, and should instead bind to symbols provided by
the host environment.
See the section on `libpython` in PEP 513 for more details.libpython (#343)1 parent 1704f1c commit c1f338b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
0 commit comments