Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CMake rule to ensure Codec2 is built with the correct OSX libraries. #87

Merged
merged 1 commit into from
Nov 24, 2019

Conversation

tmiw
Copy link
Collaborator

@tmiw tmiw commented Nov 24, 2019

Looks like the latest OSX SDK adds a ____chkstk_darwin symbol reference libraries/executables built for 10.14 and later. This results in crashes on older OSX releases when using a binary built on a newer version (example).

Anyway, forcing CMAKE_OSX_DEPLOYMENT_TARGET like what's done on FreeDV resolves the issue.

@drowe67 drowe67 merged commit 5852cb7 into drowe67:master Nov 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants