ANDROID: Trying to fix the recent linker failures
This commit is contained in:
parent
a2f16d9155
commit
7b51caedba
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -3105,7 +3105,7 @@ case $_backend in
|
||||||
system_libs=''
|
system_libs=''
|
||||||
for lib in $LIBS; do
|
for lib in $LIBS; do
|
||||||
case $lib in
|
case $lib in
|
||||||
-lz|-lm)
|
-lz|-lm|-ldl)
|
||||||
system_libs="$system_libs $lib"
|
system_libs="$system_libs $lib"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue