mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-03-02 17:16:00 +00:00
Better detection of homebrew
This should reduce false positives.
This commit is contained in:
parent
1672c4a510
commit
007f0f7f73
@ -11,7 +11,7 @@ STATIC=yes
|
||||
CXX=c++
|
||||
|
||||
MACPORTSDIR=$(wildcard /opt/local)
|
||||
HOMEBREWDIR=$(wildcard /usr/local)
|
||||
HOMEBREWDIR=$(wildcard /usr/local/Cellar)
|
||||
|
||||
ifneq ($(HOMEBREWDIR),)
|
||||
DEPSDIR=$(HOMEBREWDIR)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user