mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
lets make sure BREW_PREFIX is actually empty
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user