Skip to content

Commit

Permalink
bugfix(makefile): reverted to use install for OSX.
Browse files Browse the repository at this point in the history
  • Loading branch information
membphis committed Jul 19, 2019
1 parent a836156 commit bc46bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc46bb3

Please sign in to comment.