mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
oops again, but I blame someone else who will recognize himself ;)
This commit is contained in:
parent
17fc498786
commit
14ce85a3c7
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +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
|
||||
MYCFLAGS += -I$(MACPORTS_PREFIX)/include/openssl-3 -I$(MACPORTS_PREFIX)/include/openssl-1.1
|
||||
MYLDFLAGS += -L$(MACPORTS_PREFIX)/lib/openssl-3 -L$(MACPORTS_PREFIX)/lib/openssl-1.1
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue