Skip to content

Commit

Permalink
Try to fix builds on setups without native 8 byte atomics
Browse files Browse the repository at this point in the history
Ref #22
  • Loading branch information
animetosho committed Sep 13, 2023
1 parent b8084ea commit 17b5d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ par2_SOURCES = src/par2cmdline.cpp \
src/commandline.cpp src/commandline.h
par2_LDADD = libpar2.a

LDADD = -lstdc++ $(PTHREAD_LIBS)
LDADD = -lstdc++ $(PTHREAD_LIBS) -latomic
AM_CPPFLAGS = -Wall -DNDEBUG
AM_CXXFLAGS = $(PTHREAD_CFLAGS)

Expand Down

0 comments on commit 17b5d21

Please sign in to comment.