diff options
author | Johannes Schickel | 2014-02-16 01:38:07 +0100 |
---|---|---|
committer | Johannes Schickel | 2014-03-06 21:13:57 +0100 |
commit | 948d4feb234b7f9fa8b4951921c593cabf7dafea (patch) | |
tree | 51e0f93881b2a9c6399bc2241ab568be4252ca5a | |
parent | 0063c25805be62ff490af4a1d8aaf1490114b895 (diff) | |
download | scummvm-rg350-948d4feb234b7f9fa8b4951921c593cabf7dafea.tar.gz scummvm-rg350-948d4feb234b7f9fa8b4951921c593cabf7dafea.tar.bz2 scummvm-rg350-948d4feb234b7f9fa8b4951921c593cabf7dafea.zip |
CONFIGURE: Allow iPhone backend to be build with cctools' as.
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2497,6 +2497,7 @@ if test -n "$_host"; then ;; iphone) DEFINES="$DEFINES -DIPHONE" + ASFLAGS="$ASFLAGS -arch armv6" _backend="iphone" _build_scalers=no _mt32emu=no |