Merge pull request #2111 from lpla/patch-1

Fix linking in explicit libatomic devices
This commit is contained in:
Iceman 2023-09-12 11:44:18 +02:00 committed by GitHub
commit 885b2a6b40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)