mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
add experimental support for macs with macports installed
currently requires symlinking python{version}(-embed).pc to python(embed).pc or python3(-embed).pc under /opt/local/lib/pkgconfig
This commit is contained in:
parent
15c36d550c
commit
24a2a94341
2 changed files with 29 additions and 9 deletions
|
@ -59,7 +59,10 @@ else
|
|||
endif
|
||||
|
||||
ifeq ($(USE_BREW),1)
|
||||
BREW_PREFIX = $(shell brew --prefix)
|
||||
BREW_PREFIX = $(shell brew --prefix 2>/dev/null)
|
||||
ifeq ($(BREW_PREFIX),)
|
||||
MACPORTS_PREFIX = /opt/local
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(DEBUG),1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue