mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-02 20:17:35 +08:00
bugfix(makefile): reverted to use install
for OSX.
This commit is contained in:
parent
a836156c67
commit
bc46bb3878
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user