Skip to content

Universal wheel for macOS contains only x86_64 build #2154

Closed
@doronz88

Description

@doronz88

When installing the package on an Apple Silicon, the universal wheel being installed is only for intel.

This can be examined:

file /opt/homebrew/lib/python3.11/site-packages/capstone/lib/libcapstone.dylib
# outputs: /opt/homebrew/lib/python3.11/site-packages/capstone/lib/libcapstone.dylib: Mach-O 64-bit dynamically linked shared library x86_64

As a result, capstone will fail to import on Apple Silicon.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething is not working as it shouldbuild & packagingBuild system and packaging relatedpythonbindings

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions