mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
Merge pull request #2111 from lpla/patch-1
Fix linking in explicit libatomic devices
This commit is contained in:
commit
885b2a6b40
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