mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
compile with swig files if available
This commit is contained in:
parent
2f6261badb
commit
f37088095b
17 changed files with 198 additions and 593 deletions
|
@ -27,7 +27,7 @@ LD = g++
|
|||
SH = sh
|
||||
BASH = bash
|
||||
PERL = perl
|
||||
CCC =foo
|
||||
SWIG = swig
|
||||
CC_VERSION = $(shell $(CC) -dumpversion 2>/dev/null|sed 's/\..*//')
|
||||
CC_VERSION := $(or $(strip $(CC_VERSION)),0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue