Fixing UWP build

This commit is contained in:
Alberto Fustinoni 2018-06-08 14:20:58 +09:00
parent 46df877d5d
commit 6a5801c5ce

View File

@ -553,7 +553,9 @@ FLAGS += -D_CRT_SECURE_NO_WARNINGS \
-DNOMINMAX \
//utf-8 \
//std:c++17
LDFLAGS += "opengl32.lib"
ifeq (,$(findstring windows_msvc2017_uwp,$(platform)))
LDFLAGS += opengl32.lib
endif
endif
ifeq ($(HAVE_VULKAN),1)