This commit is contained in:
Marek Safar 2018-07-26 14:40:24 +02:00
Родитель b183101350
Коммит 4bacab3d5c
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -306,6 +306,8 @@ 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: