]> git.pld-linux.org Git - packages/neovim.git/commitdiff
prefer lua on all archs without luajit
authorJan Palus <atler@pld-linux.org>
Wed, 18 Aug 2021 10:02:18 +0000 (12:02 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 18 Aug 2021 10:02:18 +0000 (12:02 +0200)
neovim.spec

index 45bebfbffe2aeb15881a6cfe04111cecf2c26a4b..88a72e2dccf7945e3ed81b833a76089687189d82 100644 (file)
@@ -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
This page took 0.189757 seconds and 4 git commands to generate.