diff options
author | Johannes Schickel | 2016-02-15 09:56:13 +0100 |
---|---|---|
committer | Johannes Schickel | 2016-02-15 10:01:36 +0100 |
commit | a0213fe06128d4bf34f7e47484c4130ae2543afa (patch) | |
tree | 2be0733bd7bfab2b90f5841bcb6e1f5c862b7379 | |
parent | eef0b11feb926f4c4e46f0a1e3a3bb5c267e2c90 (diff) | |
download | scummvm-rg350-a0213fe06128d4bf34f7e47484c4130ae2543afa.tar.gz scummvm-rg350-a0213fe06128d4bf34f7e47484c4130ae2543afa.tar.bz2 scummvm-rg350-a0213fe06128d4bf34f7e47484c4130ae2543afa.zip |
CONFIGURE: Enable MT-32 for iOS7 and enable shift count warnings again.
-rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -2753,11 +2753,8 @@ if test -n "$_host"; then ;; ios7) append_var DEFINES "-DIPHONE" - append_var CFLAGS "-Wno-shift-count-overflow" - append_var CXXFLAGS "-Wno-shift-count-overflow" _backend="ios7" _build_scalers=no - _mt32emu=no _seq_midi=no _timidity=no ;; |