diff options
author | neonloop | 2021-05-08 21:54:51 +0000 |
---|---|---|
committer | neonloop | 2021-05-08 21:54:51 +0000 |
commit | ca707c3df4f3f7f410a508a66f8b7f8cf9df9e32 (patch) | |
tree | 3cf2badb435f0b70ab58faec72da7507b915d455 | |
parent | 5b6fb7f7e17ea74ccef3d703ca42ffdbf31b91a9 (diff) | |
download | scummvm-rg350-trimui-s.tar.gz scummvm-rg350-trimui-s.tar.bz2 scummvm-rg350-trimui-s.zip |
These common libraries should be provided by the launcher instead
-rwxr-xr-x | configure | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -5798,22 +5798,6 @@ case $_backend in # than pick up anything unhygenic from the Android libs. LIBS="-Wl,-Bstatic $static_libs -Wl,-Bdynamic -lgcc $system_libs -llog -landroid -lGLESv1_CM" ;; - dingux) - if test "$_host" = trimui; then - for lib in $LIBS; do - case $lib in - -lmad|-lvorbisidec|-logg) - static_libs="$static_libs $lib" - ;; - *) - dynamic_libs="$dynamic_libs $lib" - ;; - esac - done - - LIBS="-Wl,-Bstatic $static_libs -Wl,-Bdynamic $dynamic_libs" - fi - ;; n64) # Move some libs down here, otherwise some symbols requires by libvorbis aren't found # during linking stage |