mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
third-party: Update busted version
This commit is contained in:
parent
accc7a0b6c
commit
40dee97442
2
third-party/cmake/BuildLuarocks.cmake
vendored
2
third-party/cmake/BuildLuarocks.cmake
vendored
@ -137,7 +137,7 @@ if(USE_BUNDLED_BUSTED)
|
|||||||
endif()
|
endif()
|
||||||
add_custom_command(OUTPUT ${BUSTED_EXE}
|
add_custom_command(OUTPUT ${BUSTED_EXE}
|
||||||
COMMAND ${LUAROCKS_BINARY}
|
COMMAND ${LUAROCKS_BINARY}
|
||||||
ARGS build https://raw.githubusercontent.com/Olivine-Labs/busted/v2.0.rc11-0/busted-2.0.rc11-0.rockspec ${LUAROCKS_BUILDARGS}
|
ARGS build https://raw.githubusercontent.com/Olivine-Labs/busted/v2.0.rc12-1/busted-2.0.rc12-1.rockspec ${LUAROCKS_BUILDARGS}
|
||||||
DEPENDS penlight)
|
DEPENDS penlight)
|
||||||
add_custom_target(busted
|
add_custom_target(busted
|
||||||
DEPENDS ${BUSTED_EXE})
|
DEPENDS ${BUSTED_EXE})
|
||||||
|
Loading…
Reference in New Issue
Block a user