You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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#6
0 commit comments