Skip to content

python2 recipe always builds for armeabi regardless of what arch you tell it to target #1174

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

Closed
bobpoekert opened this issue Nov 20, 2017 · 2 comments
Milestone

Comments

@bobpoekert
Copy link

Hard-coding arm-eabi as the arch here means that it will target arm-eabi regardless of what arch you intend to target (x86, mips, arm64, etc)

@inclement inclement added this to the 0.7 milestone Nov 20, 2017
@inclement
Copy link
Member

Thanks for the report. I'm not sure how that's happened, since I've built for other archs before, but it hopefully shouldn't be too hard to fix.

@ghost
Copy link

ghost commented Jan 15, 2019

I think this should be fixed on latest master due to the many revisions & improvements of the core recipe. @bobpoekert could you possibly check again, if you're still a p4a user?

@ghost ghost added the awaiting-reply label Jan 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants