Skip to content

Commit

Permalink
Merge pull request #26 from oupton/fix-linker-error
Browse files Browse the repository at this point in the history
Add -latomic to linker flags for venc sample
  • Loading branch information
carbonfix authored Nov 6, 2023
2 parents 982add2 + ea73048 commit 71a34a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/v2/sample/venc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ LIBS += -lcli
endif

EXTRA_CFLAGS = $(INCS) $(DEFS)
EXTRA_LDFLAGS = $(LIBS) -lini -lpthread
EXTRA_LDFLAGS = $(LIBS) -latomic -lini -lpthread

EXTRA_LDFLAGS_WITH_ASAN = -Wl,-Bdynamic $(LIBS) -lini -lpthread

Expand Down

0 comments on commit 71a34a5

Please sign in to comment.