Add -lusp10

This commit is contained in:
twinaphex 2017-07-03 08:44:59 +02:00
parent 9d91a38602
commit d27252daed

View File

@ -435,7 +435,7 @@ OBJ += deps/libui/win32/alloc.o \
deps/libui/win32/window.o \
deps/libui/win32/winpublic.o \
deps/libui/win32/winutil.o
LIBS += -luxtheme -ld2d1 -ldwrite
LIBS += -luxtheme -ld2d1 -ldwrite -lusp10
endif
ifneq ($(findstring Darwin,$(OS)),)