neovim fix
This commit is contained in:
parent
c1b65a538e
commit
51ebb112fc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user