1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

Add -ld2dl -ldwrite for libui/Win32

This commit is contained in:
twinaphex 2017-07-03 08:43:42 +02:00
parent 22dee03c65
commit 9d91a38602

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
LIBS += -luxtheme -ld2d1 -ldwrite
endif
ifneq ($(findstring Darwin,$(OS)),)