mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 09:32:41 +08:00
mfd_aes_brute: add openssl include path for macports too, just in case
This commit is contained in:
parent
91df68d8cd
commit
17fc498786
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ ifeq ($(USE_BREW),1)
|
|||
endif
|
||||
|
||||
ifeq ($(USE_MACPORTS),1)
|
||||
MYCFLAGS += -I$(MACPORTS_PREFIX)/lib/openssl-3 -I$(MACPORTS_PREFIX)/lib/openssl-1.1
|
||||
MYLDFLAGS += -L$(MACPORTS_PREFIX)/lib/openssl-3 -L$(MACPORTS_PREFIX)/lib/openssl-1.1
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue