mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-01 10:21:46 +02:00
Link against libatomic
This commit is contained in:
parent
7b268b83df
commit
a75e4857e6
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ else
|
|||
|
||||
CXX = g++
|
||||
CXXFLAGS += -DHAS_AVAHI -DHAS_DAEMON -pthread
|
||||
LDFLAGS += -lrt -lavahi-client -lavahi-common
|
||||
LDFLAGS += -lrt -lavahi-client -lavahi-common -latomic
|
||||
OBJ += ../common/daemon.o publishZeroConf/publish_avahi.o
|
||||
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue