Skip to content

Feature Request: Provide ABI version information to ELF, Mach-O and PE artifacts #1428

@gangster-puppy

Description

@gangster-puppy

When I build on my MacBook pro with commands like below:
cmake -B build_universal -DCMAKE_BUILD_TYPE=RelWithDebInfo \  ✔  09:47:16 -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" cmake --build build_universal --parallel cmake --install build_universal --prefix install_universal --config RelWithDebInfo lipo -info install_universal/lib/libsentry.dylib
It shows:
Image
The version of sentry-native code is 0.11.3, and the same code I compiled on Windows is ok, maybe the cmakelist.txt has something wrong?

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions