mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Fix linking in explicit libatomic devices
My Raspberry Pi Zero with latest Raspberry Pi OS thanks this after commit b17a733
Signed-off-by: Leopoldo Pla Sempere <lpla@dlsi.ua.es>
This commit is contained in:
parent
503ad2c44e
commit
7f2433eb8b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ MYSRCS = cryptolib.c util.c
|
|||
MYINCLUDES = -I../../common/cryptorf
|
||||
MYCFLAGS =
|
||||
MYDEFS =
|
||||
MYLDLIBS = -lpthread
|
||||
MYLDLIBS = -lpthread -latomic
|
||||
|
||||
BINS = cm sm sma sma_multi
|
||||
INSTALLTOOLS = $(BINS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue