-
-
Notifications
You must be signed in to change notification settings - Fork 286
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
hererocks setup failed on macos 10.15 #4
Comments
Oh wow, someone is using this :) Have you tested building this with that environment variable set? Did that fix the problem? Thanks for the issue btw. |
Yeah setting that env var fixed it. Glad to help |
Where do you set this environment? |
The results of
|
I have a PR where I'm working on getting github actions working. If I get this working, then I can add OSX to this and then actually test this for myself. Might be a bit because I'm working on a fewother projects at the moment, but hoping I can figure it out |
@WinWisely268: how did you discover that setting that env var would help? (apologies if this is in the output you posted and I'm just blind) |
For those asking, this is what I did on Mac OS 11.x (Big Sur) to set the environmental variable in the terminal:
I did that on the command line before trying to install |
I've removed neorocks btw, so you should use packer instead. |
Logs:
Neovim version:
Proposed solution:
set environment MACOSX_DEPLOYMENT_TARGET to 10.15
The text was updated successfully, but these errors were encountered: