summaryrefslogtreecommitdiff
path: root/examples/echo.c
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-11-17 19:05:12 +0100
committerMitya Selivanov <automainint@guattari.tech>2024-11-17 19:05:12 +0100
commit374ffea9cf253518cb0ca4f643625007c244e5e6 (patch)
tree16ea5e34c33a53d4cc8087dfd3b3e4bc246bd89a /examples/echo.c
parentf99fd0ce62375bd0f994861768c36de6920e822e (diff)
downloadreduced_system_layer-374ffea9cf253518cb0ca4f643625007c244e5e6.zip
Add asound library to build scripts
Diffstat (limited to 'examples/echo.c')
-rwxr-xr-xexamples/echo.c2
1 files changed, 1 insertions, 1 deletions
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 $? # */