Skip to content

Commit

Permalink
Issue #263: -latomic is required now
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevaev committed Mar 2, 2024
1 parent ef47fa4 commit 8f6df3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _V4P = ustreamer-v4p.bin
_CFLAGS = -MD -c -std=c17 -Wall -Wextra -D_GNU_SOURCE $(CFLAGS)
_LDFLAGS = $(LDFLAGS)

_COMMON_LIBS = -lm -ljpeg -pthread -lrt
_COMMON_LIBS = -lm -ljpeg -pthread -lrt -latomic

_USTR_LIBS = $(_COMMON_LIBS) -levent -levent_pthreads
_USTR_SRCS = $(shell ls \
Expand Down

0 comments on commit 8f6df3b

Please sign in to comment.