mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-05 23:52:27 +08:00
optional python.. Thanks @doegox!
This commit is contained in:
parent
00ece05e79
commit
0e57a1c6cd
1 changed files with 5 additions and 0 deletions
|
@ -293,6 +293,11 @@ ifeq ($(BT_FOUND),1)
|
|||
PM3CFLAGS += -DHAVE_BLUEZ
|
||||
endif
|
||||
|
||||
ifeq ($(PYTHON_FOUND),1)
|
||||
PM3CFLAGS += -DHAVE_PYTHON
|
||||
endif
|
||||
|
||||
|
||||
CXXFLAGS ?= -Wall -Werror -O3
|
||||
PM3CXXFLAGS = $(CXXFLAGS)
|
||||
PM3CXXFLAGS += -I../include
|
||||
|
|
Loading…
Reference in a new issue