diff options
author | Max Horn | 2011-05-26 08:25:28 +0200 |
---|---|---|
committer | Max Horn | 2011-05-26 08:25:28 +0200 |
commit | 7b51caedbaa3594736d8a4f28064de1b65816ca4 (patch) | |
tree | 5d383d4b718fa9889f31a382b31b953f08f6d86d /configure | |
parent | a2f16d91552aa888ca3d6f8bbbf41aed3ce75874 (diff) | |
download | scummvm-rg350-7b51caedbaa3594736d8a4f28064de1b65816ca4.tar.gz scummvm-rg350-7b51caedbaa3594736d8a4f28064de1b65816ca4.tar.bz2 scummvm-rg350-7b51caedbaa3594736d8a4f28064de1b65816ca4.zip |
ANDROID: Trying to fix the recent linker failures
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3105,7 +3105,7 @@ case $_backend in system_libs='' for lib in $LIBS; do case $lib in - -lz|-lm) + -lz|-lm|-ldl) system_libs="$system_libs $lib" ;; *) |