mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
Merge branch 'master' of github.com:RfidResearchGroup/proxmark3
This commit is contained in:
commit
34957e399b
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ endif
|
||||||
ifneq ("$(wildcard src/pm3_luawrap.c)","")
|
ifneq ("$(wildcard src/pm3_luawrap.c)","")
|
||||||
SWIG_LUA_FOUND = 1
|
SWIG_LUA_FOUND = 1
|
||||||
endif
|
endif
|
||||||
ifneq ($(SKIPPYTHON),1)
|
ifeq ($(PYTHON_FOUND),1)
|
||||||
ifneq ("$(wildcard src/pm3_pywrap.c)","")
|
ifneq ("$(wildcard src/pm3_pywrap.c)","")
|
||||||
SWIG_PYTHON_FOUND = 1
|
SWIG_PYTHON_FOUND = 1
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue