From 22dee03c65d60b85480c5ebd8e887308ac308806 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 3 Jul 2017 08:41:11 +0200 Subject: [PATCH] Add -luxtheme for libui/Win32 --- Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.common b/Makefile.common index d471d287f2..3692c832de 100644 --- a/Makefile.common +++ b/Makefile.common @@ -435,6 +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 endif ifneq ($(findstring Darwin,$(OS)),)