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:
Le Philousophe 2023-04-01 13:04:06 +02:00
parent 2c1741e5c6
commit 5c2252186e

6
configure vendored
View File

@ -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)