mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
ANDROID: Don't set DATA_DIR and PLUGIN_DIRECTORY
Android doesn't have the concept of prefix so these pointed to something invalid
This commit is contained in:
parent
2c1741e5c6
commit
5c2252186e
6
configure
vendored
6
configure
vendored
@ -6736,7 +6736,8 @@ test "x$prefix" = xNONE && prefix=/usr/local
|
||||
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
|
||||
|
||||
case $_host_os in
|
||||
ds | mingw*)
|
||||
android | ds | mingw*)
|
||||
# Android don't have a fixed prefix
|
||||
# Windows stores all the external data files in executable file.
|
||||
;;
|
||||
*)
|
||||
@ -6748,6 +6749,9 @@ case $_host in
|
||||
3ds)
|
||||
append_var DEFINES "-DPLUGIN_DIRECTORY=\\\"$datadir/plugins\\\""
|
||||
;;
|
||||
android-*)
|
||||
# Android don't have a fixed prefix
|
||||
;;
|
||||
ds)
|
||||
;;
|
||||
openpandora)
|
||||
|
Loading…
x
Reference in New Issue
Block a user