[makefile] homebrew: macOS on Intel uses old path
Some checks failed
Build on OSX / Build on ARM64 (push) Has been cancelled
Build on OSX / Build on Intel x86_64 (push) Has been cancelled
Build containers / Building container for linux/amd64 (push) Has been cancelled
Build containers / Building container for linux/arm64 (push) Has been cancelled
Build containers / Building container for linux/arm/v7 (push) Has been cancelled
Build containers / Building container for linux/386 (push) Has been cancelled
Build containers / Pushing merged manifest (push) Has been cancelled

This commit is contained in:
R4SAS 2025-11-08 01:49:58 +03:00 committed by GitHub
parent b1e7a2c575
commit 474cda03ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,12 @@
# root directory holding homebrew
# brew install boost openssl@3 cmake make
# brew install boost openssl@3.5 cmake make
ifeq ($(shell uname -m), x86_64)
BREWROOT = /usr/local
else
BREWROOT = /opt/homebrew
endif
BOOSTROOT = ${BREWROOT}/opt/boost
SSLROOT = ${BREWROOT}/opt/openssl@3.5
UPNPROOT = ${BREWROOT}/opt/miniupnpc