mirror of
https://github.com/libretro/mgba.git
synced 2025-02-17 06:07:46 +00:00
Use -std=gnu99 for PS3 instead of -std=c99
This is a fix from endrift to avoid many build failures.
This commit is contained in:
parent
abf5a1889f
commit
0bed48073f
@ -159,7 +159,7 @@ else ifneq (,$(filter $(platform), ps3 sncps3 psl1ght))
|
||||
TARGET := $(TARGET_NAME)_libretro_ps3.a
|
||||
PLATFORM_DEFINES := -D__CELLOS_LV2__
|
||||
STATIC_LINKING = 1
|
||||
DEFINES += -std=c99 -fms-extensions
|
||||
DEFINES += -std=gnu99 -fms-extensions
|
||||
HAVE_VFS_FD = 0
|
||||
|
||||
# sncps3
|
||||
|
Loading…
x
Reference in New Issue
Block a user