mirror of
https://github.com/neovim/neovim.git
synced 2025-12-06 06:32:33 +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
|
add_custom_command(OUTPUT ${DEPS_BIN_DIR}/busted
|
||||||
COMMAND ${DEPS_BIN_DIR}/luarocks
|
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}
|
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)
|
DEPENDS stable-busted-deps)
|
||||||
add_custom_target(busted
|
add_custom_target(busted
|
||||||
DEPENDS ${DEPS_BIN_DIR}/busted)
|
DEPENDS ${DEPS_BIN_DIR}/busted)
|
||||||
|
|||||||
Reference in New Issue
Block a user