aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Snover2017-11-26 10:03:44 -0600
committerColin Snover2017-11-26 10:08:04 -0600
commit9454c5c63daaca96b97534e91fb7632dc1509d39 (patch)
tree063256e026c59b7bedb25661de76b379335df910
parent07c66b2db67c119f921f89c402e4c6ca20fd4f86 (diff)
downloadscummvm-rg350-9454c5c63daaca96b97534e91fb7632dc1509d39.tar.gz
scummvm-rg350-9454c5c63daaca96b97534e91fb7632dc1509d39.tar.bz2
scummvm-rg350-9454c5c63daaca96b97534e91fb7632dc1509d39.zip
Revert "ANDROID: Stop disabling MT-32 emulator"
This reverts commit 2a22c16b916602ee9ced429455add5707b0c4f74. The old Buildbot (or maybe the build code's messing about with LDFLAGS) seems to be broken and won't link successfully with the std APIs, so this gets turned back off again until the new Buildbot is active during the next release cycle.
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index dff0e0680e..a8716ac5c3 100755
--- a/configure
+++ b/configure
@@ -2826,6 +2826,7 @@ if test -n "$_host"; then
_port_mk="backends/platform/android/android.mk"
_build_scalers=no
_seq_midi=no
+ _mt32emu=no
_timidity=no
;;
androidsdl | androidsdl-armeabi | androidsdl-armeabi-v7a | androidsdl-mips | androidsdl-x86 | androidsdl-arm64-v8a | androidsdl-x86_64)