Commit 4efd7a6
Link explicitly with libpython under Cygwin (#5571)
* Link explicitly with libpython under Cygwin
As with native Windows Python, we need to explicitly link with
libpython under Cygwin too.
This fixes building extensions under Cygwin.
* bump `target-lexicon` to 0.13.3
0.13.3 added support for Cygwin1 parent c6a25a2 commit 4efd7a6
File tree
3 files changed
+5
-2
lines changed- newsfragments
- pyo3-build-config
- src
3 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
890 | 890 | | |
891 | 891 | | |
892 | 892 | | |
| 893 | + | |
893 | 894 | | |
894 | 895 | | |
895 | 896 | | |
| |||
0 commit comments