diff options
author | latex <latex@disroot.org> | 2023-02-05 01:39:43 +0100 |
---|---|---|
committer | latex <latex@disroot.org> | 2023-02-05 02:39:07 +0100 |
commit | 0698e02bd9d4c6aa8e0de5691c7c1013794f510c (patch) | |
tree | eac9e27a087c6d77a5da1efbe36b040009a9aa3e /tests | |
parent | 34ed09145e4ee3e7fea1c20ef41c6962d2f396b0 (diff) | |
download | libumumble-0698e02bd9d4c6aa8e0de5691c7c1013794f510c.tar.gz |
add uv_link_t to linker and re-use libraries for tests add-tls
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile index 9c8e568..95a146b 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -4,8 +4,8 @@ INCLUDES = -I../include SRC = $(shell find -type f -name '*.c') BIN = $(SRC:%.c=%) -LDLIBS = -l:libumumble.a -ltlsuv $(shell pkg-config --libs openssl) -luv -LDFLAGS = -L.. +LDLIBS := -l:libumumble.a $(LDLIBS) +LDFLAGS += -L.. .PHONY: all |