mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
third-party: lua: Set LUA_ROOT to ${DEPS_INSTALL_DIR}
This commit is contained in:
parent
204ec6337e
commit
71190f1f34
1
third-party/cmake/BuildLua.cmake
vendored
1
third-party/cmake/BuildLua.cmake
vendored
@ -71,6 +71,7 @@ set(LUA_CONFIGURE_COMMAND
|
||||
-e "s@-lncurses@@g"
|
||||
-i ${DEPS_BUILD_DIR}/src/lua/src/Makefile &&
|
||||
sed -e "/#define LUA_USE_READLINE/d"
|
||||
-e "s@\\(#define LUA_ROOT[ ]*\"\\)/usr/local@\\1${DEPS_INSTALL_DIR}@"
|
||||
-i ${DEPS_BUILD_DIR}/src/lua/src/luaconf.h)
|
||||
set(LUA_INSTALL_TOP_ARG "INSTALL_TOP=${DEPS_INSTALL_DIR}")
|
||||
set(LUA_BUILD_COMMAND
|
||||
|
Loading…
Reference in New Issue
Block a user