mirror of
https://github.com/neovim/neovim.git
synced 2026-01-19 03:29:29 +10: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.