Skip to content
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

distribute.sh fails when using the 64bit Android NDK #116

Closed
brousch opened this issue May 8, 2013 · 2 comments
Closed

distribute.sh fails when using the 64bit Android NDK #116

brousch opened this issue May 8, 2013 · 2 comments

Comments

@brousch
Copy link
Contributor

brousch commented May 8, 2013

Line 165 in distribute.sh assumes that the 32bit version of the Android SDK is being used. The specific problem is $PYPLATFORM-x86 . When the 64bit version of the NDK is used, that needs to be $PYPLATFORM-x86_64 .

@brousch
Copy link
Contributor Author

brousch commented May 8, 2013

@brousch brousch closed this as completed Aug 15, 2013
@brousch
Copy link
Contributor Author

brousch commented Aug 15, 2013

Has been fixed for a while now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant