Merge pull request #539 from funbars/uwp

libretro uwp
This commit is contained in:
bearoso 2019-05-15 19:32:48 -05:00 committed by GitHub
commit 1e96cc74e1
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
ifneq (,$(findstring uwp,$(PlatformSuffix)))
CFLAGS := $(filter-out -ZW:nostdlib,$(CFLAGS))
endif
OBJOUT = -o
LINKOUT = -o