fix build on Windows

This commit is contained in:
latex 2023-01-26 10:50:43 +01:00
parent b532574044
commit 00ab224d50
1 changed files with 1 additions and 1 deletions

View File

@ -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