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

Fix libolm library linking on Apple silicone #35

Closed
niklaslong opened this issue Jan 10, 2021 · 1 comment
Closed

Fix libolm library linking on Apple silicone #35

niklaslong opened this issue Jan 10, 2021 · 1 comment

Comments

@niklaslong
Copy link
Owner

A few things might be causing the issue:

  • Brew bottle isn't available, building from source is successful though brew test libolm currently fails.
  • Brew changed the default path to opt/homebrew/include from usr/local/include.
@niklaslong
Copy link
Owner Author

Adding the following to ~/.zschrc solved the issue:

export CPATH=/opt/homebrew/include
export LIBRARY_PATH=/opt/homebrew/lib

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

No branches or pull requests

1 participant