Skip to content
This repository was archived by the owner on Nov 18, 2023. It is now read-only.
This repository was archived by the owner on Nov 18, 2023. It is now read-only.

Include arm64 libraries in Deken package #77

@reduzent

Description

@reduzent

The Deken packages appear as multi-arch with support for x86_64 and arm64, but only x86_64 versions of the dependent libraries are included (libcurl, etc):

❯ file rest.pd_darwin
rest.pd_darwin: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit bundle x86_64Mach-O 64-bit bundle x86_64] [arm64:Mach-O 64-bit bundle arm64Mach-O 64-bit bundle arm64]
rest.pd_darwin (for architecture x86_64):	Mach-O 64-bit bundle x86_64
rest.pd_darwin (for architecture arm64):	Mach-O 64-bit bundle arm64
❯ file libcurl.4.dylib
libcurl.4.dylib: Mach-O 64-bit dynamically linked shared library x86_64

Thus, the purest_json objects can only be successfully loaded on x86_64.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions