Commit 8a4a84a7 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '83aa4fc3'

* commit '83aa4fc3':
  configure: Directly support Android as target OS
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 60058c18 83aa4fc3
......@@ -3868,6 +3868,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