Add -latomic to linker flags for scene_auto sample

This commit is contained in:
LevitatingBusinessMan (Rein Fernhout)
2024-06-17 17:21:34 +02:00
parent bc680ca7c9
commit 4a097910e5

View File

@ -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)