mirror of
https://github.com/libretro/libretro-super
synced 2024-11-24 08:11:48 +00:00
Use the open source ps2dev compilers for Sony PS2
This commit is contained in:
parent
e91535093a
commit
8b8fc7bfec
@ -528,8 +528,8 @@ case "$platform" in
|
||||
FORMAT_COMPILER_TARGET=ps2
|
||||
FORMAT_COMPILER_TARGET_ALT=ps2
|
||||
|
||||
CC="ee-gcc${BINARY_EXT}"
|
||||
CXX="ee-g++${BINARY_EXT}"
|
||||
CC="mips64r5900el-ps2-elf-gcc${BINARY_EXT}"
|
||||
CXX="mips64r5900el-ps2-elf-g++${BINARY_EXT}"
|
||||
;;
|
||||
|
||||
ctr)
|
||||
|
Loading…
Reference in New Issue
Block a user