From bc46bb3878404f68846b0cbccc97fa67456b8ead Mon Sep 17 00:00:00 2001 From: Yuansheng Date: Fri, 19 Jul 2019 09:30:42 +0800 Subject: [PATCH] bugfix(makefile): reverted to use `install` for OSX. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b52f35a9fe5a..318b6d0c34bf 100644 --- a/Makefile +++ b/Makefile @@ -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