[packages/neovim/x32] use lua for x32 build
glen
glen at pld-linux.org
Sun Sep 18 01:28:22 CEST 2016
commit 2a782f7b75eeb0bc92eb4f81a399be0688744694
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Sep 18 02:28:11 2016 +0300
use lua for x32 build
neovim.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/neovim.spec b/neovim.spec
index 5598c45..e8caf0a 100644
--- a/neovim.spec
+++ b/neovim.spec
@@ -77,7 +77,7 @@ cd .deps
cd ../build
%cmake \
- -DLUA_PRG=/usr/bin/luajit \
+ -DLUA_PRG=/usr/bin/lua5.1 \
-DENABLE_JEMALLOC=ON \
-DLUAJIT_USE_BUNDLED=OFF \
-DLIBUV_USE_BUNDLED=OFF \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/neovim.git/commitdiff/2a782f7b75eeb0bc92eb4f81a399be0688744694
More information about the pld-cvs-commit
mailing list