mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-01 13:14:30 +08:00
handle MACPORTS_PREFIX entries before make execution
This commit is contained in:
parent
0f965d5c65
commit
86e1ef483e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ endif
|
|||
ifeq ($(USE_BREW),1)
|
||||
BREW_PREFIX = $(shell brew --prefix 2>/dev/null)
|
||||
ifeq ($(strip $(BREW_PREFIX)),)
|
||||
MACPORTS_PREFIX = /opt/local
|
||||
MACPORTS_PREFIX ?= /opt/local
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue