aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBastien Bouclet2016-08-30 21:00:03 +0200
committerBastien Bouclet2016-08-30 21:20:00 +0200
commit6d1b7fec1d07ce699e2b1d827d6fd0fe516b5a74 (patch)
treeae25b3176ac7c2cb559c1fdf9bbb96c99215fc41 /configure
parent8ba1bd0bd34feb39b9ac89d1ca90b98570f7cf7f (diff)
downloadscummvm-rg350-6d1b7fec1d07ce699e2b1d827d6fd0fe516b5a74.tar.gz
scummvm-rg350-6d1b7fec1d07ce699e2b1d827d6fd0fe516b5a74.tar.bz2
scummvm-rg350-6d1b7fec1d07ce699e2b1d827d6fd0fe516b5a74.zip
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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 42be5a3405..aa11d6734e 100755
--- a/configure
+++ b/configure
@@ -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"