diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-04-16 20:24:15 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-04-16 20:24:15 -0400 |
commit | 74fbd10e5753063dc65e9d230b4e8fce0b08fc4e (patch) | |
tree | b9f4784ec3f3dcf7080f417fe01bd3c1ea71d33c | |
parent | 7c0904df4a6cef62b97a919d9da3e843204890ea (diff) | |
download | rneovim-74fbd10e5753063dc65e9d230b4e8fce0b08fc4e.tar.gz rneovim-74fbd10e5753063dc65e9d230b4e8fce0b08fc4e.tar.bz2 rneovim-74fbd10e5753063dc65e9d230b4e8fce0b08fc4e.zip |
Revert "third-party: temporarily drop back to an old version of the busted spec"
No longer needed after
https://github.com/Olivine-Labs/busted/commit/aab5d19d0c615a33b865ebc771fdef80edb99356
This reverts commit d22f2f94047a5ed1e930ee46d0d2e8d6aacfa104.
-rw-r--r-- | third-party/cmake/BuildLuarocks.cmake | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/third-party/cmake/BuildLuarocks.cmake b/third-party/cmake/BuildLuarocks.cmake index fabceac3d8..590c41c5d5 100644 --- a/third-party/cmake/BuildLuarocks.cmake +++ b/third-party/cmake/BuildLuarocks.cmake @@ -56,10 +56,7 @@ add_custom_target(stable-busted-deps add_custom_command(OUTPUT ${DEPS_BIN_DIR}/busted COMMAND ${DEPS_BIN_DIR}/luarocks - ## Drop back to: - ## 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} + ARGS build https://raw.githubusercontent.com/Olivine-Labs/busted/master/busted-scm-0.rockspec CC=${DEPS_C_COMPILER} LD=${DEPS_C_COMPILER} DEPENDS stable-busted-deps) add_custom_target(busted DEPENDS ${DEPS_BIN_DIR}/busted) |