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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am unsuccessfully trying to get
setuptools
to use minw32 on a Windows build pipeline.The command line used is:
MingW is installed, and it is earlier in the
PATH
than any executable from MSVC toolchain. However, the call fails with a mention of MSVC'sLINK.exe
being used (while it should not):(see https://github.com/rpy2/rpy2/actions/runs/12107597982/job/33754662287?pr=1128#step:6:68).
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions