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/particles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/particles.c') diff --git a/examples/particles.c b/examples/particles.c index 0fcef37..bf90123 100755 --- a/examples/particles.c +++ b/examples/particles.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