Skip to content
Snippets Groups Projects
Commit 945d3cf7 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

configure: Use the standard dll directory on Android.

parent 861dd85c
No related branches found
No related tags found
No related merge requests found
......@@ -8241,7 +8241,6 @@ fi
 
linux-android*)
DLLFLAGS="$DLLFLAGS -fPIC"
dlldir="\${libdir}"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
$as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
......
......@@ -848,7 +848,6 @@ case $host_os in
linux-android*)
DLLFLAGS="$DLLFLAGS -fPIC"
dlldir="\${libdir}"
WINE_TRY_CFLAGS([-fPIC -Wl,--export-dynamic],
[LDEXECFLAGS="-Wl,--export-dynamic"])
WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment