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:
parent
dd2c020cb2
commit
969f41ab93
1 changed files with 1 additions and 2 deletions
3
configure
vendored
3
configure
vendored
|
@ -3260,8 +3260,7 @@ if test -n "$_host"; then
|
||||||
_port_mk="backends/platform/3ds/3ds.mk"
|
_port_mk="backends/platform/3ds/3ds.mk"
|
||||||
;;
|
;;
|
||||||
android-arm-v7a | android-arm64-v8a | android-x86 | android-x86_64 | ouya)
|
android-arm-v7a | android-arm64-v8a | android-x86 | android-x86_64 | ouya)
|
||||||
# also __ANDROID__ is defined by Clang in the NDK
|
# __ANDROID__ is defined by Clang in the NDK
|
||||||
DEFINES="$DEFINES -D__ANDROID_PLAIN_PORT__ -DANDROID_PLAIN_PORT"
|
|
||||||
# we link a .so as default
|
# we link a .so as default
|
||||||
append_var LDFLAGS "-shared"
|
append_var LDFLAGS "-shared"
|
||||||
append_var LDFLAGS "-Wl,-Bsymbolic,--no-undefined"
|
append_var LDFLAGS "-Wl,-Bsymbolic,--no-undefined"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue