about summary refs log tree commit diff stats
path: root/config.mk
diff options
context:
space:
mode:
authorlatex <latex@disroot.org>2023-02-02 08:50:33 +0100
committerlatex <latex@disroot.org>2023-02-02 08:50:33 +0100
commit5e3694267633c58b3884300ba39d2f7a973df286 (patch)
tree9b68cce0032353f16e17d67e37debf371eec3fc4 /config.mk
parent20c71f96968a235189cee8b388ac58e9b45f099e (diff)
downloadlibumumble-5e3694267633c58b3884300ba39d2f7a973df286.tar.gz
currently broken tls support
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 8f1c34d..2d01f76 100644
--- a/config.mk
+++ b/config.mk
@@ -9,7 +9,7 @@ DNAME = $(NAME).so
 
 CFLAGS = -W -Wall -Wvla -std=gnu99 -g -fPIC
 CFLAGS += $(shell pkg-config --cflags libuv)
-LDLIBS = $(shell pkg-config --libs libuv)
+LDLIBS = -ltlsuv $(shell pkg-config --libs libuv)
 NANOPB_DIR = deps/nanopb
 
 INCLUDES = -I$(NANOPB_DIR) -I. -Iinclude -Isrc