mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
When building nvim as a shared library for testing, environ is not exposed. In order to gain access to the environment variables, you must get a pointer to them from _NSGetEnviron(). It appears that this may affect the FreeBSD platform too.