libretro uwp

This commit is contained in:
funbars 2019-05-15 13:30:24 -05:00 committed by GitHub
parent c74d459d41
commit 8be02bd5b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -596,6 +596,10 @@ ifneq ($(HAVE_EXCEPTIONS), 1)
endif endif
endif endif
ifneq (,$(findstring uwp,$(PlatformSuffix)))
CFLAGS := $(filter-out -ZW:nostdlib,$(CFLAGS))
endif
OBJOUT = -o OBJOUT = -o
LINKOUT = -o LINKOUT = -o