mirror of https://github.com/snes9xgit/snes9x.git
libretro uwp
This commit is contained in:
parent
c74d459d41
commit
8be02bd5b5
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue