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
+1 -1
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)