From 8be02bd5b5a9a349cf09d828ddd1be0cdeab39e9 Mon Sep 17 00:00:00 2001 From: funbars <50187994+funbars@users.noreply.github.com> Date: Wed, 15 May 2019 13:30:24 -0500 Subject: [PATCH] libretro uwp --- libretro/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libretro/Makefile b/libretro/Makefile index 2d011fc2..4bfc9a53 100644 --- a/libretro/Makefile +++ b/libretro/Makefile @@ -596,6 +596,10 @@ ifneq ($(HAVE_EXCEPTIONS), 1) endif endif +ifneq (,$(findstring uwp,$(PlatformSuffix))) + CFLAGS := $(filter-out -ZW:nostdlib,$(CFLAGS)) +endif + OBJOUT = -o LINKOUT = -o