about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorlatex <latex@disroot.org>2023-01-26 10:50:43 +0100
committerlatex <latex@disroot.org>2023-01-26 10:50:43 +0100
commit00ab224d50784df9672b7947b48ef7a9f46f0066 (patch)
tree5b24106f3fab521c757dfc41d1f1dcfb69cdaeb5
parentb5325740444bcc8bfcd5a02f2ef9026589ba8d49 (diff)
downloadlibumumble-00ab224d50784df9672b7947b48ef7a9f46f0066.tar.gz
fix build on Windows
-rw-r--r--tests/Makefile2
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