mirror of
https://github.com/neovim/neovim.git
synced 2026-01-27 15:16:04 +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>