lets make sure BREW_PREFIX is actually empty

This commit is contained in:
İlteriş Yağıztegin Eroğlu 2021-07-03 20:50:13 +03:00
parent 668936845e
commit 7fd5070c42

View file

@ -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