aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author손량 <loop.infinitely@gmail.com>2018-02-02 19:21:58 +0900
committerJustin M. Keyes <justinkz@gmail.com>2018-02-02 11:21:58 +0100
commite2afcfb020fa16b465dd25d3455cd00487e68915 (patch)
treebc713bd08b2530fd2ec37d744c54ea9cebdf199e
parent709a87d194971f187442caa2e551c781aba38d50 (diff)
downloadrneovim-e2afcfb020fa16b465dd25d3455cd00487e68915.tar.gz
rneovim-e2afcfb020fa16b465dd25d3455cd00487e68915.tar.bz2
rneovim-e2afcfb020fa16b465dd25d3455cd00487e68915.zip
build: BuildLuarocks.cmake: fix luacheck rockspec (#7961)
luacheck renamed the filename from luacheck-scm-1.rockspec to luacheck-dev-1.rockspec.
-rw-r--r--third-party/cmake/BuildLuarocks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/cmake/BuildLuarocks.cmake b/third-party/cmake/BuildLuarocks.cmake
index 7673959392..1343948d36 100644
--- a/third-party/cmake/BuildLuarocks.cmake
+++ b/third-party/cmake/BuildLuarocks.cmake
@@ -152,7 +152,7 @@ if(USE_BUNDLED_BUSTED)
# DEPENDS on the previous module, because Luarocks breaks if parallel.
add_custom_command(OUTPUT ${LUACHECK_EXE}
COMMAND ${LUAROCKS_BINARY}
- ARGS build https://raw.githubusercontent.com/mpeterv/luacheck/master/luacheck-scm-1.rockspec ${LUAROCKS_BUILDARGS}
+ ARGS build https://raw.githubusercontent.com/mpeterv/luacheck/master/luacheck-dev-1.rockspec ${LUAROCKS_BUILDARGS}
DEPENDS busted)
add_custom_target(luacheck
DEPENDS ${LUACHECK_EXE})