mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
Merge pull request #799 from xianglin1998/cross
Disable external libary compile warnning.
This commit is contained in:
commit
658b77d5b5
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ endif (NOT SKIPPYTHON EQUAL 1)
|
||||||
|
|
||||||
# If build on android cross, we need to init source and build.
|
# If build on android cross, we need to init source and build.
|
||||||
if (ANDROID)
|
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)
|
include(ExternalProject)
|
||||||
endif (ANDROID)
|
endif (ANDROID)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue