Update Makefile.defs

This commit is contained in:
İlteriş Eroğlu 2021-08-22 21:49:49 +03:00 committed by GitHub
commit 3168a62b2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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