mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
build(macos): use consistent MACOSX_DEPLOYMENT_TARGET
Use the same logic for both deps (including LuaJIT, for which setting
this variable is mandatory) and Nvim: either the eponymous environment
variable if set, or the current software version if not.
Removes annoying warnings when building locally on macOS.
(cherry picked from commit aefccc613c
)
Co-authored-by: Christian Clason <c.clason@uni-graz.at>