diff options
Diffstat (limited to 'cmake.deps')
-rw-r--r-- | cmake.deps/cmake/BuildLuarocks.cmake | 2 |
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} |