Skip to content

Commit

Permalink
Fix ps2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
warmenhoven committed Sep 24, 2024
1 parent b256448 commit 082e9a8
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 082e9a8

Please sign in to comment.