diff options
author | latex <latex@disroot.org> | 2023-02-02 08:50:33 +0100 |
---|---|---|
committer | latex <latex@disroot.org> | 2023-02-02 08:50:33 +0100 |
commit | 5e3694267633c58b3884300ba39d2f7a973df286 (patch) | |
tree | 9b68cce0032353f16e17d67e37debf371eec3fc4 /config.mk | |
parent | 20c71f96968a235189cee8b388ac58e9b45f099e (diff) | |
download | libumumble-5e3694267633c58b3884300ba39d2f7a973df286.tar.gz |
currently broken tls support
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
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 |