mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
oops typo in copy/paste
This commit is contained in:
parent
7a0148b788
commit
91df68d8cd
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +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
|
MYCFLAGS += -I$(BREW_PREFIX)/opt/openssl@3/include -I$(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