Revert 4bacab3d5c, it doesn't fix the ios aot problems.

This commit is contained in:
Zoltan Varga 2018-07-28 01:09:29 -04:00
Родитель b456a32933
Коммит 609f7b609f
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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: