-
-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow overriding python platform with _PYTHON_HOST_PLATFORM
env var
#2104
Comments
I've been about to post the same issue :) TLDR: Despite Long version: Re: #2102 (comment) and #2103. According to PEP-730 and PEP-738 wheels tags should be: Android:
iOS:
This should be the value returned by After looking at Maturin code base I see there are at least two ways for that value to get into the program:
On the other hand So, checking I can try implementing that and submit a PR. |
Pull requests are welcome!
Don't worry about this one, it's only for native macOS compilation. |
#2122 looks good to me, thanks! |
Useful for cross compilation.
See also
The text was updated successfully, but these errors were encountered: