mirror of
https://github.com/neovim/neovim.git
synced 2025-11-23 18:46:38 +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.