Commit 8ea8264
Fix build with Python 3.8
With Python 3.8, python3-config --libs doesn't contain the python link target.
To avoid link issues, we first test if the python config utility accepts the
'--embed' parameter and use the output when possible.
Fixes: issue#61 parent b58b776 commit 8ea8264
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
0 commit comments