Merge pull request #107 from LevitatingBusinessMan/scene_auto_atomic
Add -latomic to linker flags for scene_auto sample
This commit is contained in:
@ -34,7 +34,7 @@ LIBS += -lnanomsg
|
||||
endif
|
||||
|
||||
EXTRA_CFLAGS = $(INCS) $(DEFS)
|
||||
EXTRA_LDFLAGS = $(LIBS) -lpthread -lm -lini
|
||||
EXTRA_LDFLAGS = $(LIBS) -lpthread -lm -lini -latomic
|
||||
|
||||
.PHONY : clean all
|
||||
all: $(TARGET)
|
||||
|
||||
Reference in New Issue
Block a user