neovim fix

This commit is contained in:
its-pointless 2019-02-18 09:35:09 +11:00 committed by Fredrik Fornwall
parent c1b65a538e
commit 51ebb112fc
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@ termux_step_host_build() {
rm -Rf build/
}
termux_step_pre_configure() {
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" -DLUA_MATH_LIBRARY=$TERMUX_STANDALONE_TOOLCHAIN/sysroot/usr/lib/$TERMUX_HOST_PLATFORM/$TERMUX_PKG_API_LEVEL/libm.so"
}
termux_step_post_make_install() {
local _CONFIG_DIR=$TERMUX_PREFIX/share/nvim
mkdir -p $_CONFIG_DIR