From 374ffea9cf253518cb0ca4f643625007c244e5e6 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sun, 17 Nov 2024 19:05:12 +0100 Subject: Add asound library to build scripts --- examples/echo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/echo.c') diff --git a/examples/echo.c b/examples/echo.c index efc6950..2444747 100755 --- a/examples/echo.c +++ b/examples/echo.c @@ -19,7 +19,7 @@ gcc \ -Wno-overlength-strings \ -O3 \ -fsanitize=undefined,address,leak \ - -lX11 -lm \ + -lX11 -lm -lasound \ -o $BIN $SRC && \ ./$BIN $@ && rm $BIN exit $? # */ -- cgit v1.2.3