BUILD: Force the curl path when building the PS3 version
Also, since SDL2 is enabled by default, there is no need to force using sdl2-config anymore.
This commit is contained in:
parent
8ba1bd0bd3
commit
6d1b7fec1d
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -2597,9 +2597,9 @@ case $_host_os in
|
|||
;;
|
||||
ps3)
|
||||
# Force use of SDL and freetype from the ps3 toolchain
|
||||
_sdlconfig=sdl2-config
|
||||
_sdlpath="$PS3DEV/portlibs/ppu:$PS3DEV/portlibs/ppu/bin"
|
||||
_freetypepath="$PS3DEV/portlibs/ppu:$PS3DEV/portlibs/ppu/bin"
|
||||
_libcurlpath="$PS3DEV/portlibs/ppu:$PS3DEV/portlibs/ppu/bin"
|
||||
|
||||
append_var DEFINES "-DPLAYSTATION3"
|
||||
append_var 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