From 609f7b609fd55ffbc77374902d3181769c0d1c66 Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Sat, 28 Jul 2018 01:09:29 -0400 Subject: [PATCH] Revert 4bacab3d5c7fa86a0e6437f64bb9f08ea3d0741b, it doesn't fix the ios aot problems. --- tools/mtouch/mtouch.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/mtouch/mtouch.cs b/tools/mtouch/mtouch.cs index ad19b1febe..0ef8571d13 100644 --- a/tools/mtouch/mtouch.cs +++ b/tools/mtouch/mtouch.cs @@ -306,8 +306,6 @@ namespace Xamarin.Bundler return app.LLVMAsmWriter.Value; switch (app.Platform) { case ApplePlatform.iOS: - if (app.Is32Build) - return true; return false; case ApplePlatform.TVOS: case ApplePlatform.WatchOS: