mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
handle MACPORTS_PREFIX entries before make execution
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user