mirror of
https://github.com/libretro/mgba.git
synced 2025-02-17 06:07:46 +00:00
Define HAVE_LOCALE for WiiU and Linux
This commit is contained in:
parent
9262aba7fe
commit
4b4d9d39d7
@ -88,6 +88,7 @@ ifneq (,$(findstring unix,$(platform)))
|
||||
else
|
||||
DEFINES += -std=c99 -D_GNU_SOURCE
|
||||
endif
|
||||
DEFINES += -DHAVE_LOCALE
|
||||
|
||||
# Raspberry Pi 3
|
||||
ifneq (,$(findstring rpi3,$(platform)))
|
||||
@ -251,6 +252,8 @@ else ifneq (,$(filter $(platform), ngc wii wiiu))
|
||||
PLATFORM_DEFINES += -DHW_DOL -mrvl
|
||||
endif
|
||||
|
||||
PLATFORM_DEFINES += -DHAVE_LOCALE
|
||||
|
||||
# Nintendo Switch (libtransistor)
|
||||
else ifeq ($(platform), switch)
|
||||
TARGET := $(TARGET_NAME)_libretro_$(platform).a
|
||||
|
Loading…
x
Reference in New Issue
Block a user