libretro uwp
This commit is contained in:
parent
c74d459d41
commit
8be02bd5b5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user