Allow building on Darwin/arm64 #34
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ariadne/libucontext#34
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Changes:
-soname
should be-install_name
on DarwinEXPORT_UNPREFIXED
macro shouldn't be set since Darwin don't support aliases-dynamiclib
instead of-shared
on Darwin for adding version info (-current_version
and-compatibility_version
)