mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07: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)
|
ifeq ($(USE_BREW),1)
|
||||||
BREW_PREFIX = $(shell brew --prefix 2>/dev/null)
|
BREW_PREFIX = $(shell brew --prefix 2>/dev/null)
|
||||||
ifeq ($(BREW_PREFIX),)
|
ifeq ($(strip $(BREW_PREFIX)),)
|
||||||
MACPORTS_PREFIX = /opt/local
|
MACPORTS_PREFIX = /opt/local
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue