mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
Fix mfd_aes_brute compilation on OSX/brew
This commit is contained in:
parent
ccf8aed5f2
commit
7a0148b788
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ endif
|
||||||
|
|
||||||
# OS X needs linking to openssl
|
# OS X needs linking to openssl
|
||||||
ifeq ($(USE_BREW),1)
|
ifeq ($(USE_BREW),1)
|
||||||
|
MYCFLAGS += -L$(BREW_PREFIX)/opt/openssl@3/include -L$(BREW_PREFIX)/opt/openssl@1.1/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@1.1/lib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue