vimPlugins.fff-nvim: fix illegal instructions by targetting a baseline CPU (#545572)

This commit is contained in:
Marc Jakobi
2026-07-25 12:16:45 +00:00
committed by GitHub
@@ -74,6 +74,9 @@ let
];
env = {
# Build zlob for a portable CPU baseline (https://github.com/dmtrKovalenko/fff/issues/705)
CI = "1";
OPENSSL_NO_VENDOR = true;
# Allow undefined symbols on Darwin - they will be provided by Neovim's LuaJIT runtime