refactor(build): use vendored versions of mpack and luabitop

This commit is contained in:
bfredl
2023-04-15 12:23:45 +02:00
parent cff02e993d
commit 1e60e8c040
15 changed files with 102 additions and 129 deletions

View File

@@ -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")