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

Make linking to shared libuv the default if using system library #171

Closed
rjw57 opened this issue Feb 26, 2014 · 0 comments · Fixed by #172
Closed

Make linking to shared libuv the default if using system library #171

rjw57 opened this issue Feb 26, 2014 · 0 comments · Fixed by #172
Assignees

Comments

@rjw57
Copy link
Contributor

rjw57 commented Feb 26, 2014

Currently neovim prefers the static libuv independent of whether it is the system on or the bundled one. This should be changed so that a default CMake build uses the shared libraries but compiling with the bundled libuv via make cmake uses the static libs.

This essentially involves making the preference for static libraries configurable in FindLibUV.cmake via a LibUV_USE_STATIC_LIBS variable.

See comments in #140.

@rjw57 rjw57 self-assigned this Feb 26, 2014
Grimy pushed a commit to Grimy/neovim that referenced this issue Jan 7, 2015
dwb pushed a commit to dwb/neovim that referenced this issue Feb 21, 2017
Add ! To MRI Function To Fix 'Exists' Error
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 a pull request may close this issue.

1 participant