mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-22 23:24:22 +08:00
fix: zlib compilation on mingw / ps, (@doegox)
This commit is contained in:
parent
f70210ebef
commit
1efda3aa84
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
MYSRCPATHS = ../../common/zlib
|
||||
MYSRCS = deflate.c adler32.c trees.c zutil.c inflate.c inffast.c inftrees.c
|
||||
MYINCLUDES = -I../../common/zlib
|
||||
MYCFLAGS = -Wno-error=strict-prototypes
|
||||
MYCFLAGS = -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations
|
||||
MYDEFS = -DZ_SOLO -DNO_GZIP -DZLIB_PM3_TUNED
|
||||
#-DDEBUG -Dverbose=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue