Skip to content

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

@brousch

Description

@brousch

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 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions