mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
commit
9be3473864
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ endif
|
||||||
|
|
||||||
# OS X needs linking to openssl
|
# OS X needs linking to openssl
|
||||||
ifeq ($(USE_BREW),1)
|
ifeq ($(USE_BREW),1)
|
||||||
MYCFLAGS += -I$(BREW_PREFIX)/opt/openssl@3/include -I$(BREW_PREFIX)/opt/openssl@1.1/include
|
MYCFLAGS += -I$(BREW_PREFIX)/opt/openssl@3/include -I$(BREW_PREFIX)/opt/openssl@3.5/include
|
||||||
MYLDFLAGS += -L$(BREW_PREFIX)/opt/openssl@3/lib -L$(BREW_PREFIX)/opt/openssl@1.1/lib
|
MYLDFLAGS += -L$(BREW_PREFIX)/opt/openssl@3/lib -L$(BREW_PREFIX)/opt/openssl@3.5/lib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(USE_MACPORTS),1)
|
ifeq ($(USE_MACPORTS),1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue