Skip to content

Commit

Permalink
fix: make install failed on mac (#10403)
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang authored Oct 30, 2023
1 parent 595672c commit a00e751
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ endif
ifeq ($(ENV_OS_NAME), darwin)
ifeq ($(ENV_OS_ARCH), arm64)
ENV_HOMEBREW_PREFIX := /opt/homebrew
ENV_INST_BINDIR := $(ENV_INST_PREFIX)/local/bin
ENV_INST_LUADIR := $(shell which lua | xargs realpath | sed 's/bin\/lua//g')
endif

# OSX archive `._` cache file
Expand Down

0 comments on commit a00e751

Please sign in to comment.