neovim: do not use jemalloc; fixes musl builds.
This commit is contained in:
parent
1fd04e1b2e
commit
e939183d9d
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'neovim'
|
||||
pkgname=neovim
|
||||
version=0.1.1
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=cmake
|
||||
configure_args="-DLUA_PRG=/usr/bin/lua5.2"
|
||||
configure_args="-DENABLE_JEMALLOC=0 -DLUA_PRG=/usr/bin/lua5.2"
|
||||
hostmakedepends="cmake lua52-lpeg lua52-MessagePack lua52-BitOp"
|
||||
makedepends="libtermkey-devel libuv-devel libvterm-devel LuaJIT-devel
|
||||
jemalloc-devel msgpack-devel"
|
||||
|
|
Loading…
Add table
Reference in a new issue