vimPlugins.fff-nvim: fix illegal instructions by targetting a baseline CPU

This commit is contained in:
Saad Nadeem
2026-07-25 06:47:16 -04:00
parent 12ed470109
commit 8ce69b14f4
@@ -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