mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Add support for Apple Silicon (M1)
This commit is contained in:
parent
eaee80f3d7
commit
ecd52347fa
5 changed files with 38 additions and 7 deletions
|
@ -57,6 +57,11 @@ else
|
|||
RANLIB= ranlib
|
||||
endif
|
||||
|
||||
# For detection of Apple Silicon
|
||||
ifeq ($(platform),Darwin)
|
||||
BREW_PREFIX = $(shell brew --prefix)
|
||||
endif
|
||||
|
||||
ifeq ($(DEBUG),1)
|
||||
DEFCXXFLAGS = -g -O0 -pipe
|
||||
DEFCFLAGS = -g -O0 -fstrict-aliasing -pipe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue