mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
client: replace zlib by bzip2
This commit is contained in:
parent
8418e89180
commit
15012198f9
712 changed files with 32 additions and 217 deletions
|
@ -288,6 +288,7 @@ find_library(pm3rrg_rdv4_hardnested REQUIRED)
|
|||
find_library(pm3rrg_rdv4_whereami REQUIRED)
|
||||
|
||||
target_link_libraries(proxmark3 PRIVATE
|
||||
bz2
|
||||
readline
|
||||
pthread
|
||||
m
|
||||
|
@ -298,7 +299,6 @@ target_link_libraries(proxmark3 PRIVATE
|
|||
pm3rrg_rdv4_tinycbor
|
||||
pm3rrg_rdv4_amiibo
|
||||
pm3rrg_rdv4_reveng
|
||||
pm3rrg_rdv4_z
|
||||
pm3rrg_rdv4_hardnested
|
||||
pm3rrg_rdv4_whereami
|
||||
${ADDITIONAL_LNK})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue