mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-08 13:51:43 +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++
|
CXX = g++
|
||||||
CXXFLAGS += -DHAS_AVAHI -DHAS_DAEMON -pthread
|
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
|
OBJ += ../common/daemon.o publishZeroConf/publish_avahi.o
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue