summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2025-01-05 13:01:28 +0000
committerRoland Reichwein <mail@reichwein.it>2025-01-05 13:01:28 +0000
commit535b03b4d8c4ffd606a70508ddb7719095ff1328 (patch)
tree26852c377b2270ccd7c740d44715375e9a444b57 /Makefile
parent1f8da4902761fc6f6eaf39b8711107c6b48a9c9a (diff)
Add ALSA linker option
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a7709eb..8580c77 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ HEADERS=$(SRCS:.cpp=.h)
OBJS=$(SRCS:.cpp=.o)
-CXXLIBS=$(shell pkg-config --libs alsa) -lreichwein -lfmt
+CXXLIBS=$(shell pkg-config --libs alsa) -lreichwein -lfmt -lasound
CXX=clang++
ifeq ($(CXXFLAGS),)