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

[MacOS] Big Sure Dynamic Library Fixes #1477

Closed
wants to merge 2 commits into from
Closed

[MacOS] Big Sure Dynamic Library Fixes #1477

wants to merge 2 commits into from

Conversation

TerminalFi
Copy link
Contributor

@TerminalFi TerminalFi commented Jun 26, 2020

Problem

If MacOS version 10.16+ (Big Sur), use hardcoded paths for CoreFoundations and Security due to library changes.

https://developer.apple.com/documentation/macos-release-notes/macos-big-sur-11-beta-release-notes

Solution

Detection MacOS version 10.16+ and use hardcoded paths, else utilize find_library to locate required files

fixes #1475

if MacOS version 10.16+, use hardcoded paths for
CoreFoundations and Security due to library changes.

https://developer.apple.com/documentation/macos-release-notes/macos-big-sur-11-beta-release-notes
@TerminalFi TerminalFi changed the title macos big sur fix [MacOS] Big Sure Dynamic Library Fixes Jun 26, 2020
@TerminalFi
Copy link
Contributor Author

Moving to https://github.com/wbond/oscrypto

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.

Does not work on macOS 11
1 participant