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
BUG: set _PYTHON_HOST_PLATFOMR env var for the current process too
The environment variable is used to compute the wheel platform tag.
However this happens in process and setting the environment variable
only for forked processes does not affect the tag. This fixes the
wheel filename produced when cross compiling on macOS via the
ARCHFLAGS environment variable.
While at it, simplify a bit the handling of environment variables.
0 commit comments