mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 02:04:39 +08:00
Disable external libary compile warnning.
This commit is contained in:
parent
3b4c21e64b
commit
8bcdecb7f9
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ endif (NOT SKIPPYTHON EQUAL 1)
|
|||
|
||||
# If build on android cross, we need to init source and build.
|
||||
if (ANDROID)
|
||||
set(CFLAGS_EXTERNAL_LIB CFLAGS=--target=${CMAKE_C_COMPILER_TARGET})
|
||||
set(CFLAGS_EXTERNAL_LIB "CFLAGS=--target=${CMAKE_C_COMPILER_TARGET} -w")
|
||||
include(ExternalProject)
|
||||
endif (ANDROID)
|
||||
|
||||
|
|
Loading…
Reference in a new issue