Merge pull request #107 from LevitatingBusinessMan/scene_auto_atomic

Add -latomic to linker flags for scene_auto sample
This commit is contained in:
Carbon
2024-06-20 13:00:14 +00:00
committed by GitHub

View File

@ -34,7 +34,7 @@ LIBS += -lnanomsg
endif endif
EXTRA_CFLAGS = $(INCS) $(DEFS) EXTRA_CFLAGS = $(INCS) $(DEFS)
EXTRA_LDFLAGS = $(LIBS) -lpthread -lm -lini EXTRA_LDFLAGS = $(LIBS) -lpthread -lm -lini -latomic
.PHONY : clean all .PHONY : clean all
all: $(TARGET) all: $(TARGET)