Skip to content

Commit

Permalink
Merge pull request #297 from warmenhoven/warmenhoven/pr/ps2-buildfix
Browse files Browse the repository at this point in the history
Fix ps2 build
  • Loading branch information
LibretroAdmin authored Sep 24, 2024
2 parents b256448 + 082e9a8 commit 3e349d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.libretro
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ else ifeq ($(platform), ps2)
CC = mips64r5900el-ps2-elf-gcc$(EXE_EXT)
AR = mips64r5900el-ps2-elf-ar$(EXE_EXT)
PLATFORM_DEFINES := -DPS2 -DCC_RESAMPLER
CFLAGS += -G0 -DHAVE_NO_LANGEXTRA -DHAVE_STRTOF_L
CFLAGS += -G0 -DHAVE_NO_LANGEXTRA -DHAVE_STRTOF_L -D_GNU_SOURCE -DHAVE_LOCALE
STATIC_LINKING = 1
DEFINES += -std=c99
HAVE_VFS_FD = 0
Expand Down

0 comments on commit 3e349d5

Please sign in to comment.