mirror of
https://github.com/neovim/neovim.git
synced 2025-12-05 14:13:10 +00:00
third-party: remove stray argument
This was missed when dropping our custom output handler.
This commit is contained in:
1
third-party/cmake/BuildLuarocks.cmake
vendored
1
third-party/cmake/BuildLuarocks.cmake
vendored
@@ -57,7 +57,6 @@ add_custom_target(stable-busted-deps
|
||||
add_custom_command(OUTPUT ${DEPS_BIN_DIR}/busted
|
||||
COMMAND ${DEPS_BIN_DIR}/luarocks
|
||||
ARGS build https://raw.githubusercontent.com/Olivine-Labs/busted/master/busted-scm-0.rockspec CC=${DEPS_C_COMPILER} LD=${DEPS_C_COMPILER}
|
||||
${DEPS_INSTALL_DIR}/share/lua/5.1/busted/outputHandlers
|
||||
DEPENDS stable-busted-deps)
|
||||
add_custom_target(busted
|
||||
DEPENDS ${DEPS_BIN_DIR}/busted)
|
||||
|
||||
Reference in New Issue
Block a user