aboutsummaryrefslogtreecommitdiff
path: root/cmake.deps/cmake
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2023-02-22 22:38:21 +0100
committerGitHub <noreply@github.com>2023-02-22 22:38:21 +0100
commitd422fc8274e757e95329e60b4e6daec59363ba19 (patch)
treeee038fd6f6dfd129998f711be31ab19a2c8f8b6a /cmake.deps/cmake
parent09b6a68c3700aa5d8ae26a62896b091572ae0a8d (diff)
parent799edca18a4ddcf8edcb63dd391219e01e187f0d (diff)
downloadrneovim-d422fc8274e757e95329e60b4e6daec59363ba19.tar.gz
rneovim-d422fc8274e757e95329e60b4e6daec59363ba19.tar.bz2
rneovim-d422fc8274e757e95329e60b4e6daec59363ba19.zip
Merge pull request #21222 from bfredl/bitband
feat(lua): make sure require'bit' always works, even on PUC LUA 5.1
Diffstat (limited to 'cmake.deps/cmake')
-rw-r--r--cmake.deps/cmake/BuildLuarocks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake.deps/cmake/BuildLuarocks.cmake b/cmake.deps/cmake/BuildLuarocks.cmake
index f87d5829b2..cd5aa1ed34 100644
--- a/cmake.deps/cmake/BuildLuarocks.cmake
+++ b/cmake.deps/cmake/BuildLuarocks.cmake
@@ -147,7 +147,7 @@ if(USE_BUNDLED_BUSTED)
DEPENDS busted)
add_custom_target(luacheck ALL DEPENDS ${LUACHECK_EXE})
- if (NOT USE_BUNDLED_LUAJIT)
+ if (USE_BUNDLED_LUA OR NOT USE_BUNDLED_LUAJIT)
# coxpcall
add_custom_command(OUTPUT ${ROCKS_DIR}/coxpcall
COMMAND ${LUAROCKS_BINARY} build coxpcall 1.16.0-1 ${LUAROCKS_BUILDARGS}