mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
refactor(build): use vendored versions of mpack and luabitop
This commit is contained in:
@@ -119,13 +119,8 @@ function(Download ROCK VER)
|
||||
set(CURRENT_DEP ${ROCK} PARENT_SCOPE)
|
||||
endfunction()
|
||||
|
||||
Download(mpack 1.0.10-0)
|
||||
Download(lpeg 1.0.2-1)
|
||||
|
||||
if((NOT USE_BUNDLED_LUAJIT) AND USE_BUNDLED_LUA)
|
||||
Download(luabitop 1.0.2-3)
|
||||
endif()
|
||||
|
||||
if(USE_BUNDLED_BUSTED)
|
||||
if(WIN32)
|
||||
set(BUSTED_EXE "${DEPS_BIN_DIR}/busted.bat")
|
||||
|
Reference in New Issue
Block a user