From 53acdf9b48bb4c7ab66c758fbdd31a469f01cace Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Wed, 18 Aug 2021 12:02:18 +0200 Subject: prefer lua on all archs without luajit diff --git a/neovim.spec b/neovim.spec index 45bebfb..88a72e2 100644 --- a/neovim.spec +++ b/neovim.spec @@ -4,8 +4,8 @@ # Conditional build: %bcond_with prefer_lua # Prefer Lua over LuaJit -%ifarch x32 -%define with_prefer_lua 1 +%ifnarch %{ix86} %{x8664} %{arm} mips ppc +%define with_prefer_lua 1 %endif Summary: Vim-fork focused on extensibility and agility -- cgit v0.10.2