Unverified Commit 71a34a54 authored by Carbon's avatar Carbon Committed by GitHub

Merge pull request #26 from oupton/fix-linker-error

Add -latomic to linker flags for venc sample
parents 982add25 ea730488
...@@ -51,7 +51,7 @@ LIBS += -lcli ...@@ -51,7 +51,7 @@ LIBS += -lcli
endif endif
EXTRA_CFLAGS = $(INCS) $(DEFS) EXTRA_CFLAGS = $(INCS) $(DEFS)
EXTRA_LDFLAGS = $(LIBS) -lini -lpthread EXTRA_LDFLAGS = $(LIBS) -latomic -lini -lpthread
EXTRA_LDFLAGS_WITH_ASAN = -Wl,-Bdynamic $(LIBS) -lini -lpthread EXTRA_LDFLAGS_WITH_ASAN = -Wl,-Bdynamic $(LIBS) -lini -lpthread
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment