Skip to content

Commit

Permalink
PS3: Force use of freetype from ps3toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
bgK committed Aug 21, 2012
1 parent a391599 commit 1d58ebe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure
Expand Up @@ -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"
Expand Down

0 comments on commit 1d58ebe

Please sign in to comment.