mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 07:37:23 +08:00
Android: Fix bug introduced in e0371987ac
This commit is contained in:
parent
7f17b9243c
commit
6894749978
1 changed files with 1 additions and 2 deletions
|
@ -168,9 +168,8 @@ find_library(pm3rrg_rdv4_reveng REQUIRED)
|
|||
find_library(pm3rrg_rdv4_hardnested REQUIRED)
|
||||
find_library(pm3rrg_rdv4_whereami REQUIRED)
|
||||
|
||||
target_link_libraries(
|
||||
target_link_libraries(pm3rrg_rdv4
|
||||
bz2
|
||||
pm3rrg_rdv4
|
||||
pm3rrg_rdv4_hardnested
|
||||
pm3rrg_rdv4_mbedtls
|
||||
pm3rrg_rdv4_cliparser
|
||||
|
|
Loading…
Reference in a new issue