PS3: Force use of freetype from ps3toolchain

This commit is contained in:
Bastien Bouclet 2012-08-21 16:21:10 +02:00
parent a391599403
commit 1d58ebe133

3
configure vendored
View File

@ -2079,8 +2079,9 @@ case $_host_os in
DEFINES="$DEFINES -D__PLAYSTATION2__"
;;
ps3)
# Force use of SDL from the ps3 toolchain
# Force use of SDL and freetype from the ps3 toolchain
_sdlpath="$PS3DEV/portlibs/ppu:$PS3DEV/portlibs/ppu/bin"
_freetypepath="$PS3DEV/portlibs/ppu:$PS3DEV/portlibs/ppu/bin"
DEFINES="$DEFINES -DPLAYSTATION3"
CXXFLAGS="$CXXFLAGS -mcpu=cell -mminimal-toc -I$PSL1GHT/ppu/include -I$PS3DEV/portlibs/ppu/include"