diff options
author | latex <latex@disroot.org> | 2023-01-26 10:50:43 +0100 |
---|---|---|
committer | latex <latex@disroot.org> | 2023-01-26 10:50:43 +0100 |
commit | 00ab224d50784df9672b7947b48ef7a9f46f0066 (patch) | |
tree | 5b24106f3fab521c757dfc41d1f1dcfb69cdaeb5 | |
parent | b5325740444bcc8bfcd5a02f2ef9026589ba8d49 (diff) | |
download | libumumble-00ab224d50784df9672b7947b48ef7a9f46f0066.tar.gz |
fix build on Windows
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index bc757bf..cbd765c 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -4,7 +4,7 @@ INCLUDES = -I../include SRC = $(shell find -type f -name '*.c') BIN = $(SRC:%.c=%) -LDLIBS = -luv -l:libumumble.a +LDLIBS = -l:libumumble.a -luv LDFLAGS = -L.. .PHONY: all |