mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Revert "build: LuaRocks: require unzip (#6049)"
This reverts commit 54293b73d4
.
This commit is contained in:
parent
bea2e5738d
commit
5ef619eb33
5
third-party/cmake/BuildLuarocks.cmake
vendored
5
third-party/cmake/BuildLuarocks.cmake
vendored
@ -123,11 +123,6 @@ add_custom_target(inspect
|
|||||||
list(APPEND THIRD_PARTY_DEPS inspect)
|
list(APPEND THIRD_PARTY_DEPS inspect)
|
||||||
|
|
||||||
if(USE_BUNDLED_BUSTED)
|
if(USE_BUNDLED_BUSTED)
|
||||||
|
|
||||||
find_program(UNZIP_PRG unzip)
|
|
||||||
if(NOT UNZIP_PRG)
|
|
||||||
message(FATAL_ERROR "'unzip' must be installed to allow for penlight installation")
|
|
||||||
endif()
|
|
||||||
add_custom_command(OUTPUT ${HOSTDEPS_LIB_DIR}/luarocks/rocks/penlight/1.3.2-2
|
add_custom_command(OUTPUT ${HOSTDEPS_LIB_DIR}/luarocks/rocks/penlight/1.3.2-2
|
||||||
COMMAND ${LUAROCKS_BINARY}
|
COMMAND ${LUAROCKS_BINARY}
|
||||||
ARGS build penlight 1.3.2-2 ${LUAROCKS_BUILDARGS}
|
ARGS build penlight 1.3.2-2 ${LUAROCKS_BUILDARGS}
|
||||||
|
Loading…
Reference in New Issue
Block a user