summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Palus2021-08-18 10:02:18 (GMT)
committerJan Palus2021-08-18 10:02:18 (GMT)
commit53acdf9b48bb4c7ab66c758fbdd31a469f01cace (patch)
tree21fa08a512028705bd48a9bd2a16a955113f7a3e
parentdb104e7bf41163995bf7791d99a30db9c362bf77 (diff)
downloadneovim-53acdf9b48bb4c7ab66c758fbdd31a469f01cace.zip
neovim-53acdf9b48bb4c7ab66c758fbdd31a469f01cace.tar.gz
prefer lua on all archs without luajit
-rw-r--r--neovim.spec4
1 files changed, 2 insertions, 2 deletions
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