ANDROID: Remove ANDROID_PLAIN_PORT defines

They are not used anymore and we don't have any other kind of port
anymore
This commit is contained in:
Le Philousophe 2023-04-01 13:08:07 +02:00
parent dd2c020cb2
commit 969f41ab93

3
configure vendored
View file

@ -3260,8 +3260,7 @@ if test -n "$_host"; then
_port_mk="backends/platform/3ds/3ds.mk"
;;
android-arm-v7a | android-arm64-v8a | android-x86 | android-x86_64 | ouya)
# also __ANDROID__ is defined by Clang in the NDK
DEFINES="$DEFINES -D__ANDROID_PLAIN_PORT__ -DANDROID_PLAIN_PORT"
# __ANDROID__ is defined by Clang in the NDK
# we link a .so as default
append_var LDFLAGS "-shared"
append_var LDFLAGS "-Wl,-Bsymbolic,--no-undefined"