mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Revert "third-party: temporarily drop back to an old version of the busted spec"
No longer needed afteraab5d19d0c
This reverts commitd22f2f9404
.
This commit is contained in:
parent
7c0904df4a
commit
74fbd10e57
5
third-party/cmake/BuildLuarocks.cmake
vendored
5
third-party/cmake/BuildLuarocks.cmake
vendored
@ -56,10 +56,7 @@ 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
|
||||||
## Drop back to:
|
ARGS build https://raw.githubusercontent.com/Olivine-Labs/busted/master/busted-scm-0.rockspec CC=${DEPS_C_COMPILER} LD=${DEPS_C_COMPILER}
|
||||||
## https://raw.githubusercontent.com/Olivine-Labs/busted/master/busted-scm-0.rockspec
|
|
||||||
## once the spec file is fixed in busted.
|
|
||||||
ARGS build https://raw.githubusercontent.com/Olivine-Labs/busted/f803173cc136f7370f7416254eaf3bada01b04a9/busted-scm-0.rockspec CC=${DEPS_C_COMPILER} LD=${DEPS_C_COMPILER}
|
|
||||||
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user