bugfix(makefile): reverted to use install for OSX.

This commit is contained in:
Yuansheng 2019-07-19 09:30:42 +08:00 committed by YuanSheng Wang
parent a836156c67
commit bc46bb3878

View File

@ -25,7 +25,7 @@ help:
.PHONY: dev
dev:
ifeq ($(UNAME),Darwin)
luarocks make --lua-dir=$(LUA_JIT_DIR) rockspec/apisix-dev-0.rockspec --tree=deps --only-deps --local
luarocks install --lua-dir=$(LUA_JIT_DIR) rockspec/apisix-dev-0.rockspec --tree=deps --only-deps --local
else ifneq ($(LUAROCKS_VER),'luarocks 3.')
luarocks make rockspec/apisix-dev-0.rockspec --tree=deps --only-deps --local
else