PS3: Force use of freetype from ps3toolchain
This commit is contained in:
parent
a391599403
commit
1d58ebe133
1 changed files with 2 additions and 1 deletions
3
configure
vendored
3
configure
vendored
|
@ -2079,8 +2079,9 @@ case $_host_os in
|
||||||
DEFINES="$DEFINES -D__PLAYSTATION2__"
|
DEFINES="$DEFINES -D__PLAYSTATION2__"
|
||||||
;;
|
;;
|
||||||
ps3)
|
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"
|
_sdlpath="$PS3DEV/portlibs/ppu:$PS3DEV/portlibs/ppu/bin"
|
||||||
|
_freetypepath="$PS3DEV/portlibs/ppu:$PS3DEV/portlibs/ppu/bin"
|
||||||
|
|
||||||
DEFINES="$DEFINES -DPLAYSTATION3"
|
DEFINES="$DEFINES -DPLAYSTATION3"
|
||||||
CXXFLAGS="$CXXFLAGS -mcpu=cell -mminimal-toc -I$PSL1GHT/ppu/include -I$PS3DEV/portlibs/ppu/include"
|
CXXFLAGS="$CXXFLAGS -mcpu=cell -mminimal-toc -I$PSL1GHT/ppu/include -I$PS3DEV/portlibs/ppu/include"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue