Commit 83aa4fc3 authored by Luca Barbato's avatar Luca Barbato

configure: Directly support Android as target OS

parent 766f2d96
......@@ -3340,6 +3340,13 @@ case $target_os in
add_cppflags '-I\$(SRC_PATH)/compat/aix'
enabled shared && add_ldflags -Wl,-brtl
;;
android)
disable symver
SLIB_INSTALL_NAME='$(SLIBNAME)'
SLIB_INSTALL_LINKS=
# soname not set on purpose
SHFLAGS=-shared
;;
haiku)
prefix_default="/boot/common"
network_extralibs="-lnetwork"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment