Update Makefile.defs

This commit is contained in:
İlteriş Eroğlu
2021-08-22 21:49:49 +03:00
committed by GitHub
parent 3a67279832
commit 3168a62b2e

View File

@@ -61,7 +61,7 @@ endif
ifeq ($(USE_BREW),1)
BREW_PREFIX = $(shell brew --prefix 2>/dev/null)
ifneq ($(strip $(BREW_PREFIX)),)
ifeq ($(strip $(BREW_PREFIX)),)
USE_BREW = 0
endif
endif