mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
lets make sure BREW_PREFIX is actually empty
This commit is contained in:
parent
668936845e
commit
7fd5070c42
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ endif
|
|||
|
||||
ifeq ($(USE_BREW),1)
|
||||
BREW_PREFIX = $(shell brew --prefix 2>/dev/null)
|
||||
ifeq ($(BREW_PREFIX),)
|
||||
ifeq ($(strip $(BREW_PREFIX)),)
|
||||
MACPORTS_PREFIX = /opt/local
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue