aboutsummaryrefslogtreecommitdiff
path: root/c/ladspa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'c/ladspa/Makefile')
-rw-r--r--c/ladspa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/ladspa/Makefile b/c/ladspa/Makefile
index f61aded..ee7b64d 100644
--- a/c/ladspa/Makefile
+++ b/c/ladspa/Makefile
@@ -1,3 +1,3 @@
default:
$(CC) -Wall -Werror -O2 -c -fPIC ../ringbuf.c ../rnnoise/*.c module.c
- $(CC) -shared -Wl,--version-script=export.txt -o rnnoise_ladspa.so *.o
+ $(CC) -shared -lm -Wl,--version-script=export.txt -o rnnoise_ladspa.so *.o